how to move my side bar over a little bit
-
so, i have a child theme, using the make theme as the parent theme. i would like to move my side bar over a little so it’s closer to the edge, but when i try adding code to the style.css it doesn’t work. i’m wondering if i need to make a functions.php and copy over the parent theme’s code and change it that way or if it would be easier to just add a new side bar and mess with that? also, what exactly do i need to add/change, because this is what firebug shows me:
<section id=”sidebar-right” class=”widget-area sidebar sidebar-right active” role=”complementary”>
and when i mess with this width:
.has-right-sidebar #sidebar-left, .has-right-sidebar #sidebar-right, .has-left-sidebar #sidebar-left, .has-left-sidebar #sidebar-right {
width: 25.8333%;
}it does what i want, but when i try adding this to the style.css it doesn’t work.
also, my url is girlspeaksgeek.com
for some reason it won’t show up as a link…
- The topic ‘how to move my side bar over a little bit’ is closed to new replies.