Okay
  Public Ticket #413290
Mobile navigatoin height - header#top
Closed

Comments

  • Chris started the conversation

    By setting a height for my logo and padding in the salient options, I'm unable to override the height of the header at mobile sizes. This is only effecting the mobile screen sizes and not the tablet sizes. How do I get the height of the header#top to be auto instead of 120px?


  •  8,849
    Tahir replied

    Hey,

    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: 1000px) and (min-width: 1px) {
        html body header#top,html body #header-outer {
            height: auto !important;
        }
    }

    Thanks



    ThemeNectar Support Team