Add sidebar to all pages in Duster
-
I’m trying to add the sidebar to all pages in the Duster theme. I’ve come across the following fix but am still having trouble getting it to work.
Everyone says to change
<div id="content" class="widecolumn"> to "narrowcolum"
… however my theme doesnt have that line. Instead it has<div id="content" role="main">
I’ve got the sidebar to appear by adding
<?php get_sidebar(); ?>
to single.php…. but its aligned below the page because the current post area is taking the whole width.. how to i change<div id="content" role="main">
to make it work with the sidebar on Duster? Hope that makes sense.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Add sidebar to all pages in Duster’ is closed to new replies.