Okay
  Public Ticket #568272
Logo mobile menu
Closed

Comments

  • Ricardo started the conversation

    Hi

    How i can resize the logo on mobile menu?

  •  8,990
    Tahir replied
    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Ricardo replied privately
  •  8,990
    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, #header-outer[data-permanent-transparent=\"false\"] #logo .dark-version {
            height: 64px!important;
        
        }
        #header-outer[data-permanent-transparent=\"1\"] .midnightHeader header#top #logo *, #header-outer[data-permanent-transparent=\"1\"] .midnightHeader header#top ul.sf-menu > li > a {
            margin-top: -8px!important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Ricardo replied

    Perfect, thank you very much.