Forums
(@inkorporate)
6 years, 10 months ago
SiteOrgin CSS works the same way, with additional features within editing of pages. I too went on a search after WordFence warned me it may have been abandoned.
8 years, 9 months ago
where can I input to place the main content into 12 instead of 9? Again, I only want this on the one full width template page.
I put the following into the template, but it doesn’t work.
<div id="primary" class="content-area col-md-12" role="main">
I realize now that .col-md-3 is used for many widget bars….
ok if I go into the theme’s css and add
.col-md-3 { display: none; }
it removes the entire footer and every other sidebar…
I only want it removed on that one full-width template. The above script didn’t work anyway.
the above made the main column full, but there is still the blank widget column above it that i need to remove
what css is that in?