Hi Team,
I hope you are well.
I’m pretty sure since one of the Enfold theme updates my mobile logo size seems to have increased a bit now. Is this an update issue, or do I need to control that mobile logo size via CSS?
Website is http://www.peakpotential.net.au
Cheers
Hey Darren,
Thank you for the link to your site, it looks like you have the max-height for your mobile logo set to 80px, but something is overriding it and I having trouble seeing it due to caching, either way to correct this please try this css in your Quick CSS and clearing your browser cache.
@media only screen and (max-width: 767px) {
.responsive #header_main .logo img, .responsive #header_main .logo svg {
max-height: 80px;
}
}
If you want the mobile ogo size to be different please adjust to suit.
Best regards,
Mike
Perfect, that fixed it, thanks Mike.
Looks much better.
Please close the ticket.
Hi darrenwise,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko