Mixfolio–Removing sidebar
-
I’d like to remove the sidebar completely on my post pages because I need more horizontal space for my photos. I’m not sure how to modify the CSS, though…Any help?
Thanks! :)
The blog I need help with is: (visible only to logged in users)
-
To remove the sidebar and expand the main content area, add the following to your Appearance → Custom Design → CSS editor:
#primary { width: 100%; } #secondary { display: none; }And then update the limit width to 980 on your Appearance → Custom Design → CSS settings (near the bottom of the page).
- The topic ‘Mixfolio–Removing sidebar’ is closed to new replies.