Vertical dotted line, how to remove it


Author Message
Jackcybre

Posted: 4/8/2009
Quote message 

When i set the article to 1 main and a few colums, a white, vertical dotted line seperates the two colums.

How can i remove that line ?
 
Lasse

Posted: 4/11/2009
Quote message 

Look for this in the style.css

.column_separator
{
border-left: 1px solid #e0e0e0;
padding-left: 10px;

change it to 0px
 
Jackcybre

Posted: 4/11/2009
Quote message 

Ah thanks !

That did the trick. :-)