Okay
  Public Ticket #343978
Header logo really small in mobile view
Closed

Comments

  • Brandon started the conversation

    How can I make it so it does not size down so much in mobile view?

    If I just add the logo image in a page, the mobile view looks great, i.e. it does not size down as much.

    See attached image.

    Your help is much appreciated!

    -BB

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body header#top #logo img {
            height: 54px!important;
            margin-top: -18px!important;
        }
    }
    Adjust the values as per your liking. 
    Best,
    -T


    ThemeNectar Support Team