Okay
  Public Ticket #2596349
Header Navigation Height on mobile Layout
Closed

Comments

  • Marco started the conversation

    Dear ThemeNectar-Team, 


    is there a way to increase the height of the Header?
    I'm using the text based "logo" and no graphic. 

    If I use the settings unter Salient > Header Navigation > Header Padding it will have no affect to the height of the header.

    For Desktop I'm using the Left Header-Layout.


    Best regards,

    Marco

  •  2,963
    Andrew replied

    Hi Marco,

    Please send your website url.

    Thanks.

  •   Marco replied privately
  •  2,963
    Andrew replied

    Hi Marco,

    Try the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1000px) {
        #header-outer #top .col.span_3 {
        padding: 20px;
    }
    }
    

    Thanks.

  • Marco replied

    Thank you Andrew, that works fine!