Adding space between body text and widgets?


Author Message
steve

Posted: 12/6/2009
Quote message 

i am typing on pages and would like for there to be more distance between the end of my text and the beginning of my widgets on the right side. How can this be done?
 
Garry

Posted: 12/6/2009
Quote message 

You can try decreasing value of width from following styling rule:

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

and changing value of float left to float right in following styling rule:

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