blog page side bar
-
So I’m sure there is an easy fix for this, but I can’t figure out what it is. I have a side bar showing up only on the blog page of my site, showing Archives, a search window, and “Meta.” I don’t have these widgets set up for this page, and I have the “full width, no side bar” option selected for the page format but I can’t get rid of these side bar options. Help? Suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi Lindsey!
The Forever theme has a sidebar set by default. So, if you have the widget area empty, it will automatically fill it with some default widgets. In order to have the blog page display full width, you would need to use some CSS to manually remove the sidebar and then expand the content area to full width.
If found the following code from this thread with one of our CSS gurus designsimply:
https://en.forums.wordpress.com/topic/forever-theme-posts-page-full-width?replies=7
#content { max-width: 890px; margin: 0 3.645833333333%; } #primary { margin: 0; } #secondary { width: 100%; max-width: 890px; display: none; }Can you try entering that under Appearance -> Customize -> CSS?
- The topic ‘blog page side bar’ is closed to new replies.