I need to get the dotted line off my template , how do i do that. Please help
Permalink 2 users found helpfulThanks
Thx,
Spencer
#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
.divider {display:none;}
Now all my main content is jumping up and overlapping with the navigation header
at
/concrete/themes/default/main.css