Forums
Forums / Fixing WordPress / Sidebar delete
(@bertjamin)
9 years, 9 months ago
Hi there,
I’m using the theme ‘Tuto’. I would like to remove the sidebar completely. I cannot find a way how to get rid of it. So please can somepne tell me how to delete the sidebar? You can find my site here: http://www.hovestein.nl
Thanks in advance!!! Bert
(@jakept)
Doesn’t look like Tuto has an option to turn it off, so you’ll need to do it with CSS. Install a Custom CSS plugin, eg. https://wordpress.org/plugins/simple-custom-css/
Then add this:
.mh-wrapper #main-content { float: none; width: auto; margin-right: 0; margin-left: 0; } .mh-sidebar { display: none; }
Thanks a bunch Jake! That did the trick. You just made my day…
The topic ‘Sidebar delete’ is closed to new replies.