HI again, 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.
Adjusting sidebar width in wordpress that does not have #sidebar
7
HI again,
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 :
then there is this snippet further down:
any help would be appreciated, thanks.
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 :
Code:
/* --- 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;
}
} Code:
/* --- Sidebars --- */
#secondary aside:last-child {
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}
#tertiary aside:last-child {
margin-bottom: 0;
border-bottom: none;
}
} - Tonyk518
- Theory5
- [1] reply
- Tonyk518
- Tonyk518
- Theory5
- Tonyk518
Next Topics on Trending Feed
-
7