I need to get the dotted line off my template , how do i do that. Please help

Permalink 2 users found helpful
I used Plain yogurt and there is this dotted line run accross the page and I can seem to get it off.
Thanks

 
kino replied on at Permalink Reply
kino
delete line 33 - 35
at
/concrete/themes/default/main.css
SpencerC replied on at Permalink Reply
SpencerC
Is there a way to do this through Add Your CSS?

Thx,
Spencer
SVijay replied on at Permalink Reply
SVijay
In main.css (line 33) find the #page .divider and remove the background

#page .divider {
background:transparent url(/concrete/engineroom/concrete/themes/default/images/nav_horizontal_divider.gif) no-repeat scroll center top;
clear:both;
height:1px;
overflow:hidden;
padding-top:12px;
width:100%;
}

remove the background for the above css to remove dotted line in css
SpencerC replied on at Permalink Reply
SpencerC
This also worked using the simple Add Your CSS. However, I'll need to change the main CSS file so it is not overwritten in updates.


.divider {display:none;}
kneedeep replied on at Permalink Reply
How do i keep the spacing the same with the divider removed?

Now all my main content is jumping up and overlapping with the navigation header