Hey guys, this is happening to more than one site. It’s on the iPpad. Been seeing it since the latest update. Thought I would let you know.
https://js-interactive.com/overlap.png
JS
Hey Yigit …
Thanks!
Hi,
I think you will have to adjust the font sizes for each screens size to get that looking right. Try this to make the phone numbers a bit smaller on tablets:
@media only screen and (max-width: 990px) {
#header_meta .phone-info, #header_meta .phone-info span {
font-size: 16px !important;
}
}
Best regards,
Rikard
Thanks Rikard, I think I mentioned in my original post that it’s not related to font-size :) Even at 14px there is conflict.
I mean…not to be a pest, but you’ll see its happening with all my sites that use your theme and have the phone number at the top :)
Thanks!