Tagged: mobile logo
Hi,
I’ve found this topic raised several times throughout the forums – on the mobile version of my website the logo overlaps the mobile menu, and the main text (h1) is not resizing to fit within the screen. I’ve tried dozens of the CSS fixes posted but none work for my site.
Please help!!
Hey christinfj!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) {
.responsive .logo a, .responsive .logo img { max-width: 80% !important; }
.av-content-full h1 { font-size: 50px !important; }
}
Regards,
Elliott
I’m experiencing the same problem. The provided CSS made it worse.
Hi!
I just checked your website on my iphone and it does look fine on my end – http://i.imgur.com/fbMVdTY.png
Please flush browser cache on your mobile device and refresh your page a few times
Cheers!
Yigit