Viewing 1 replies (of 1 total)
  • Hi Steve, there are multiple ways to remove what is called the “sidebar” section of the theme. It sounds like you just want to remove it completely, so you want to find a sidebar.php in your theme files and just remove the whole “secondary” div and everything in between. (<div id=”secondary”>…</div>). Then you’ll need to change the class of your primary div to “col-md-12”. It is currently “col-mid-8”. Not sure which theme page will let you find this unless I get a list of all the PHP files. Alternatively you can just use CSS to hide #secondary and change the width of .col-md-8.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Search/archives/meta’ is closed to new replies.