Okay
  Public Ticket #168141
Responsive Logo
Closed

Comments

  •  2
    Ed started the conversation
    Could you please tell me how I can make the main logo in the header responsive? I see it works for retina and non-retina but it won't resize at the moment based on browser size.
  •  1,069
    ThemeNectar replied

    Hey Ed!

    Use this in your Custom CSS box located in your Salient Options panel:

     
    @media only screen and (min-width: 1000px) and (max-width: 1300px) { 
       #header-outer #logo img { 
          padding: 5px 5px 5px 0px!important;
       }
    }