Menu Customisation

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #10558
    Veena
    Moderator

    Pls add this –

    @media only screen and (max-width: 767px)
    #header > .inner > .wrap {
    min-height: 140px;
    }
    
    #10577
    T4m
    Member

    Thanks, thats worked when viewing it on an iPad, but the logo almost touching the bottom of the header is still present on all pages except the home page when viewing from a mobile phone browser. I’ve tried a couple more different @media only sizes but I’ve had no luck changing it myself.

    #10589
    Veena
    Moderator

    Sorry , actually i have missed curly brackets in the above css.
    Pls paste the below custom CSS –

    @media only screen and (max-width: 767px)
    {
    #header > .inner > .wrap {
    min-height: 140px;
    }}
    
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Menu Customisation’ is closed to new replies.