Okay
  Public Ticket #446334
Mobile logo and menu
Closed

Comments

  • Andy started the conversation

    I already change the size of the logo for mobile displays but it looks out from the menu header... is there a way to make the menu header bigger so the logo fits in to it? is there a way to change the menu header colors on mobile only?

    as you can see on desktop displays i have a transparent header .. is there a way to set transparent header for mobile?

    Thanks

  •  8,851
    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){
    body header#top #logo img {
      margin-top: -65px !important;
    }
    }

    Thanks



    ThemeNectar Support Team