change width of right menu in forever theme
-
Hi I am trying to change the width of the right menu on my blog. I Don’t really know how to do it.
I want it to be a bit narrower. Also, is there a way to change to blue color of the text all over the site?
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
-
Hi, I don’t see that you have the Custom Design upgrade, and that would be required to change the CSS. You can try out the following change by going to Appearance > Customize and then click on the “Custom Design” button and click the Try button and then click on CSS. Clear all of the informational text out of that window and then paste in the following to see what it would look like.
#secondary { width: 24.5833%; } #content { margin-right: 33.0208%; max-width: 620px; }The above reduces the sidebar on the right by about 60px (5%) and increases the content width by that same amount.
-
For the link color, add the following and change the color code as desired.
a { color: #CC0000; }
- The topic ‘change width of right menu in forever theme’ is closed to new replies.