reduce width of the main column in Forever theme
-
hello!
I would like to reduce the width of the main white column on my homepage in the Forever theme. Can anyone share the CSS for that? Thanks!
The blog I need help with is: (visible only to logged in users)
-
To change the width of the main white column of the Forever theme, try this:
#page { width: 800px; } #featured-content { min-height: 300px; } .featured-post a img { height: auto; }Adjust the numbers to your liking. Note that you will need to adjust the min-height value until it looks good to you after you change the #page width value.
-
-
- The topic ‘reduce width of the main column in Forever theme’ is closed to new replies.