deleting side column in Forever theme
-
Hi,
I’m trying to figure out how to delete the sidebar column on the Forever theme, not having any luck. Any help is appreciated!
The blog I need help with is: (visible only to logged in users)
-
To hide the sidebar in the Forever theme, try this:
#secondary { display: none; } #content { max-width: 890px; margin-right: 0; }
- The topic ‘deleting side column in Forever theme’ is closed to new replies.