Okay
  Public Ticket #357156
Mobile Menu/Logo Size
Closed

Comments

  • Jeremy started the conversation

        Is there a way to not have the mobile menu shrink in size but still function as a mobile menu?

  •  8,427
    Tahir replied

    Hey!

    No i am afraid not. 

    Thanks 


    ThemeNectar Support Team 

  • Jeremy replied

    Is there a way to make the logo larger? I noticed there was a FAQ on this, but I tried that css and it didn't work for me. Something is forcing the height of the logo to be 24px.

    dev.xeragenx.com

  •  8,427
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body header#top #logo img {
            height: 60px!important;
            margin-top: -23px!important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Jeremy replied

    Awesomeness. 

    Thanks so much!