Viewing 5 reply threads
You must be logged in to reply to this topic.
Is there any way for me to adjust the automatic resizing of my log on the smartphone view. In portrait mode on the smartphone, the logo gets smaller and I’d love to have it stay a big bigger? Can this be adjusted with CSS code?
Hello,
Of course, please add these lines into your custom css box:
@media (max-width: 480px) {
#logo img { max-height: 70px;}
}
Edit the value to your wish.
Best regards!
Hello,
This is tested, it should work. Please send me your site’s credentials in a private reply, so i can do it for you.
Best regards!
Hello,
I edited the code above to this:
@media (max-width: 480px) {
#logo img { max-height: 70px !important;}
}
It look ok now. Please check your site.
Best regards!
You must be logged in to reply to this topic.