Forums
Home / Theme: Boozurk / remove a sidebar
(@jhnpldng)
9 years, 9 months ago
Any easy way to lose a sidebar? Thanks
(@jefflarish)
In Appearance – Theme Options. Layout tab. Change sidebars to hidden.
But that leaves the minimum 150 of white space rather than letting the main content go wider
I added this to the css and it made it wider, but not full page:
#main { min-width: 100%; }
(@tbcrew)
9 years, 8 months ago
try adding this
#main #content, #main #footer { margin-left: 43px; margin-right: 41px; } #main #fixed-bg { background-position: -11px 0; }