Gazette Theme – how to expand blog text to replace right sidebar?
-
Just changed to Gazette Theme – post text compressed and want to expand it full page and not to have right sidebar?
All advice welcome.
The blog I need help with is: (visible only to logged in users)
-
Hi there, this would require custom CSS, and that would require the WordPress.com Premium Plan upgrade. You can try out and preview custom CSS before you buy as explained here. This would be the CSS you would need to hide the sidebar and widen the content on the single post pages.
.single #secondary { display: none; } .single .site-main { width: 100%; border: none; padding-right: 0; }
- The topic ‘Gazette Theme – how to expand blog text to replace right sidebar?’ is closed to new replies.