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
Thanks
Is there a way to do this through Add Your CSS?
Thx,
Spencer
Thx,
Spencer
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
#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
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;}
.divider {display:none;}
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
Now all my main content is jumping up and overlapping with the navigation header
at
/concrete/themes/default/main.css