Hello,
My logo size is at Enfold’s specifications, 640×312, and the header is set to “large”. It looks fine on desktop, but on mobile, it appears too small. How can I make the logo bigger for mobile displays?
Thank you!
Hey designyvr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-width: 115%;
max-height: 100%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much for your help Victoria!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon