Adjusting the "gap" between two sidebars


Author Message
Per Olav

Posted: 12/14/2009
Quote message 

Is it possible to reduce the "gap" between Sidebar 1 and Sidebar 2 by the half of its present size and add the "removed" pixels to the .art-Post content p.

http://www.blogg.wolfdog.no/
 
Garry

Posted: 12/14/2009
Quote message 

Decrease the width of sidebar1 and sidebar 2 from following styling rules:

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

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

----------------------------------------------------------------
And increase width in following styling rule:
------------------------------------------------------------------

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

Posted: 12/15/2009
Quote message 

Thanks Garry.
Done :)
--
po
 
Rick

Posted: 12/24/2009
Quote message 

Quote Per Olav:

Is it possible to reduce the "gap" between Sidebar 1 and Sidebar 2 by the half of its present size and add the "removed" pixels to the .art-Post content p.

http://www.blogg.wolfdog.no/


You may be able to change the "Padding" size
 
Per Olav

Posted: 12/27/2009
Quote message 

Thank you Rick. I'll do a test :-)