Comments 1brandonpulse started the conversationMarch 30, 2017 at 3:20amIs there a way to make the logo on mobile appear bigger? 564OrionThemes repliedMarch 30, 2017 at 10:24amHi Brandon,There is no option for this, but you can do this with a line of CSS.Go to Theme Options -> Custom CSS, then paste this CSS code inside and save: @media (max-width: 991px) { a.logo img { max-height: 220px!important; } } You can adjust the max-height value to any number that fits your site.Let me know if this helps,Kind regards,AndrejOrionThemes Sign in to reply ...
Is there a way to make the logo on mobile appear bigger?
Hi Brandon,
There is no option for this, but you can do this with a line of CSS.
Go to Theme Options -> Custom CSS, then paste this CSS code inside and save:
You can adjust the max-height value to any number that fits your site.
Let me know if this helps,
Kind regards,
Andrej
OrionThemes