How to Widen Sidebar


Author Message
Kim

Posted: 11/27/2009
Quote message 

Hi,
Without having to go back to my original template and export it again to WP, how and where exactly would I find the location to widen my sidebar? Thanks!
 
Garry

Posted: 11/27/2009
Quote message 

You need to increase the value of width property from following styling rule to widen your sidebar:

.art-contentLayout .art-sidebar1
{
border:0 none;
float:left;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:223px;
}

But you need to decrease the value of width property from following styling rule accordingly:

.art-contentLayout .art-content
{
border:0 none;
float:left;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:571px;
}