Okay
  Public Ticket #586603
LOGO - sizing
Closed

Comments

  • Theresa started the conversation

    I have uploaded my logo as a png. I have sized it down to accomodate, however, it nearly disappears on vertical ipad or mobile iphone. It looks fine on Mac desktop or ipad horizontal. I think I have messed up padding at this point, even though I did use the css your provided for this issue. Please help.

  •  8,991
    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;
            margin-top: -15px!important;
        }
    }

    Best.



    ThemeNectar Support Team