My phone numbers aren’t working on mobile. see:callonfitz.com. please advise how to remedy. thanks
Hi,
Thanks for writing in!
The container of your social icons is covering your phone numbers in mobile.
To fix it, you can add this in Theme Options > CSS
@media (max-width: 767px) {
.x-topbar .x-social-global {
clear: both;
}
}
Hope that helps,
Added the css.end. still not working on mobile
Hi there,
The code previously provided should work.
It could be that there is a CSS error in the codes that are in the Global CSS.
Please try copy and pasting all the codes in the Global CSS here: http://csslint.net/
It should give you some information if there are any CSS errors which you will need to fix.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.