white space below menu after upgrade to 3.0 and no horizon borders.
how can I fix this. please advise.
Hey!
Try adding this code to the Quick CSS:
#header_main_alternate{
border-top: 1px solid #e1e1e1;
}
#header_main_alternate .container {
height: 35px;
line-height: 35px;
}
Cheers!
Josue
thanks. but still some space there.
This will do it:
#header_main_alternate{
border-top: 1px solid #e1e1e1;
}
#header_main_alternate .container {
height: 35px !important;
line-height: 35px !important;
}
Cheers!
Josue
works perfect !
Thank you so much.