Comments Brandon started the conversationJanuary 2, 2015 at 9:00amHow 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,847Tahir repliedJanuary 3, 2015 at 3:02pmHey!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 Sign in to reply ...
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
Hey!
ThemeNectar Support Team