Help please: How to make left sidebar wider; middle column narrower?
-
Hi there
I want to use the video widget in the left sidebar.But would like the left sidebar to be wider; I do not want the page to be wider, so, I’d like to make the post area narrower when I make the sidebar wider, to compensate.
I am using Green Apples theme. Here is the blog: https://theolivepressblog.com
can someone tell me where the code is to make the left column wider? and the middle column narrower?
I tried this code below, but adjusting the width did not seem to work:
div.sides {
float: left;
overflow: hidden;
width: 190px;
padding-top: 20px;
vertical-align: top;}
div#sidebar {
margin: 0 0 0 -100%;
padding-top: 20px;
padding-left: 10px;
vertical-align: top;}
* html div#sidebar {
left: 20px;
position: relative;
}
div#sidebar2 {
margin: 0px 0 0 -190px;
padding-top: 20px;
vertical-align: top;
}any help would be appreciated!
- The topic ‘Help please: How to make left sidebar wider; middle column narrower?’ is closed to new replies.