Okay
  Public Ticket #474067
Logo Size
Closed

Comments

  • Ruth started the conversation

    Hi,

    I recently purchased the Salient theme to have a website built. I've noticed the logo looks REALLY SMALL when viewing the site on my phone. Is it possible to edit the logo in a way that it shows up larger on smartphones?

    Also, we followed the instructions and doubled the size of the logo (1000 px x 300 px) for Retina devices.

    Thank you

  •  8,854
    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 {
            height: 51px!important;
            margin-top: -17px!important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Ruth replied

    Thank you for your response. That was helpful. Now, the top header needs to be enlarged. I made the logo 75px. How do I make the header accomodate that logo?

    Thank you,

    Ramon

  •  8,854
    Tahir replied

    Hey ,

    The header cant be increased with simply css so you will have to adjust the logo only .

    Thanks


    ThemeNectar Support Team