STAY theme remove left sidebar from default template page
-
Hi there,
I’d like to take the left sidebar (and its search box) away from all pages on my site apart from home and News (blog). However it seems to be stuck there as I can only have a secondary sidebar using the default template page, not full width.
https://newbridgegolfclub.wordpress.com/course/ is one example.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there.
This CSS code could do the trick.
#secondary { display: none; } #content { padding-left: 30px; }First statement is used to avoid displaying the secondary bar and the second one to make the content area full-width (as in other case it would have a 280px left padding)
Hope this helps. Have a great one!
- The topic ‘STAY theme remove left sidebar from default template page’ is closed to new replies.