Hi
Can you tell me where to change the width of the sidebars and where I also need to change the content area width if the sidebar change affects this too.
Cheers
Hi
Can you tell me where to change the width of the sidebars and where I also need to change the content area width if the sidebar change affects this too.
Cheers
Hey,
open up style.css and search for following code:
#content, .entry-no-pic .entry-content{
width:580px;
padding:0 0 50px 20px;
float: left;
margin:0 20px 0 0;
overflow: hidden;
}
and:
.sidebar{
float:left;
margin:0 20px 40px 0;
padding:0 0 0px 19px;
width:150px;
overflow: hidden;
}
#top .fullwidth_sidebar{
width:340px;
}
Change the width values to your needs. If you increase the sidebar value you need to decrease the content value accordingly.
You must log in to post.