Comments 2Ed started the conversationFebruary 23, 2014 at 11:15amCould 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,069ThemeNectar repliedFebruary 25, 2014 at 1:04pm 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; } } Sign in to reply ...
Hey Ed!
Use this in your Custom CSS box located in your Salient Options panel: