Adjusting sidebar width in wordpress that does not have #sidebar
I have one of those two sidebar themes, with both sidebars on the right. This is pretty cool except that the sidebar on the outside (right) seems to have a bit of extra space between it and the right hand side of the page. So I want to increase my page width a bit more by shortening the width on the right sidebar.
PC Smarts | Just another WordPress site
there is my site, it's the sidebar with the search bar on it.
However I looked up how to do it, and every forum or tutorial tells me to find #sidebar. I used ctrl + f and I can't find it!
Here is the code I found pertaining to the sidebar in the css stylesheet :
/* --- Sidebars --- */
#secondary {
width: 75%;
margin-left:0;
padding: 25px 0 0;
float: left;
border-top: 1px solid #ddd;
}
#secondary aside:last-child {
margin-bottom: 0;
border-bottom: none;
}
#secondary aside, #tertiary aside {
float: none;
overflow: hidden;
}
.widget .sidebar-theme {
margin: 0 20px 8px 0;
float: left;
}
.widget .rss-widget ul li, .widget_archive ul li, .widget_categories ul li, .widget_social_links ul li, .widget_meta ul li, .widget_links ul li {
margin: 0 20px 0 0;
float: left;
}
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
margin: 5px 0 0 0;
}
} /* --- Sidebars --- */
#secondary aside:last-child {
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}
#tertiary aside:last-child {
margin-bottom: 0;
border-bottom: none;
}
} -
Tonyk518 -
Thanks
{{ DiscussionBoard.errors[5990618].message }} -
-
Theory5 -
Thanks - 1 reply
{{ DiscussionBoard.errors[5990641].message }}-
Tonyk518 -
Thanks
{{ DiscussionBoard.errors[5990710].message }} -
-
-
Tonyk518 -
Thanks
{{ DiscussionBoard.errors[5990717].message }} -
-
Theory5 -
Thanks
{{ DiscussionBoard.errors[5990751].message }} -
-
Tonyk518 -
Thanks
{{ DiscussionBoard.errors[5992581].message }} -