Archived topic
Logo size not scaling on mobile
3 replies · Started by Alejandro on August 17, 2020
Hi,
My site logo does not rescale when viewed on mobile.
I've been playing around Mobile Menu Item Height (in Layout > Primary Navigation) but nothing changes and tried several CSS tweaks with no success.
Right know I can see my logo properly on desktop but in mobile is way too big.
Out of curiosity, when I inspect on Chrome all the layouts, they seem to scale well, but on any real mobile is too big.
Thanks for the help!
Hi there,
Try this CSS:
.site-logo.mobile-header-logo img {
height: 50px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Worked! Thanks for the help.
Alex
No problem :)