Okay
  Public Ticket #1006463
landscape mode on iPad
Closed

Comments

  • Matthew started the conversation

    Landscape mode on an iPad gives an extraordinarily large header, making it hard to view website content.  The menu gets bumped below the logo.  Is there a way to make the navigation go to drop down option like on mobile when device width causes menu to go below logo?

  •  8,996
    Tahir replied

    Hey Again,

    Your Font size is extremely Big and so is the Logo . Please reduce them . If you dont want to you will have to use this custom css. Though its best to adjust the Theme Options Panel Settings : http://themenectar.com/docs/salient/theme-options/header-navigation/ .


    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1240px) and (min-width: 1000px) {
        header#top nav > ul > li > a {
            font-size: 1.5vw;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Matthew replied

    Thanks.  The custom css didn't seem to do anything, but I did decrease the logo size and menu font size.  Thank you!