Hello, I would like to move the sidebars and align them to the slide and hide the line as you see here
In addition I would like to hide the black line at the bottom, just above "Powered by…"
Thanks
5 Answers
Please send me username & password of your site (via private answer) I will check help you resolve it.
You can add the following code to the style.css file: http://snippi.com/s/djc7ego
Great job!
Thank you!
One more thing…
I installed Easy Google Fonts plugin but I don’t know how to change independently the font, size and color of the three sidebars.
If you want to change the font size, color and font family, you can add the following code to the style.css file:
.top-sidebar li a {
font-size: 14px;
font-family: ...;
color: #...;
}
#main-sidebar li a {
font-size: 14px;
font-family: ...;
color: #...;
}
#secondary li a {
font-size: 14px;
font-family: ...;
color: #...;
}
Thanks again!
Please login or Register to submit your answer