Okay
  Public Ticket #578445
Mobile Logo Size
Closed

Comments

  • Jade started the conversation

    Hi,

    My website's logo on my iPhone is tiny. How to I make it larger? I have tried the css that I found here: http://www.salienttheme.com/change-logo-size-salient-theme/ but it doesn't seem to be working.

    Thanks!

    Related URL: http://www.wenonahwebster.com/

  •  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: 54px!important;
            margin-top: -23px!important;
        }
    }

    Best.


    ThemeNectar Support Team