Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #329970

    white space below menu after upgrade to 3.0 and no horizon borders.
    how can I fix this. please advise.

    #329972

    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

    #329979

    thanks. but still some space there.

    #329984

    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

    #329987

    works perfect !
    Thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘white space below menu after upgrade to 3.0’ is closed to new replies.