Okay
  Public Ticket #617696
Mobile LOGO
Closed

Comments

  • Blake started the conversation

    Need to get the mobile logo bigger - I've tried adding the script that's available in the article to no avail.

  •  8,470
    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: 54px!important;
            margin-top: -24px!important;
        }
    }

    Best.



    ThemeNectar Support Team