-
AuthorPosts
-
September 7, 2018 at 4:30 pm #1007180
The phone number image (top center) and link works fine on a regular viewed web page, but not on mobile devices:
Any idea why?
September 7, 2018 at 5:54 pm #1007231Hey johnworfin,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) { #header #text-2 { width: 36%; } .logo a { width: 70%; margin-top: 12px; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 7, 2018 at 7:03 pm #1007251Tried the code, the link is still not working for the phone.
Mike
September 7, 2018 at 7:17 pm #1007262Hi,
Have you tried adding the code to the very top of quick css so it runs first? Also be sure to clear your cache a few times over.
Best regards,
Jordan ShannonSeptember 7, 2018 at 7:29 pm #1007271Code is at the top and not sure how to clear the cache on a phone. I opened up a new browser windows and it still doesnt work.
have you tried it on a phone?
Thanks,
Mike
September 7, 2018 at 8:00 pm #1007287Hi,
Add this to quick css:
#text-6{ z-index:-1!important; }
Best regards,
Jordan ShannonSeptember 7, 2018 at 8:09 pm #1007290That did it! thank you!
September 8, 2018 at 6:31 am #1007356Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardSeptember 11, 2018 at 8:20 pm #1008581Now I am noticing that after this was fixed The “Get a Quote now” banner/link is not working on the mobile or desktop version of the site.
Any ideas?
Thanks!
Mike
September 11, 2018 at 9:40 pm #1008617Hi,
Hmmmmm, I can look into this again. Please remove the original code I gave you.
Best regards,
Jordan ShannonSeptember 12, 2018 at 2:28 pm #1008933Still not working.
Mike
September 13, 2018 at 1:06 pm #1009371Hi johnworfin,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #header #text-6 { margin-top: 130px !important; padding-top: 0 !important; z-index: 999 !important; } }
Hope this helps.
Best regards,
NikkoOctober 3, 2018 at 2:11 pm #1017531I tried that latest code, the “get a quote now” link is still not working.
October 4, 2018 at 6:51 am #1017711Hi,
You have this CSS in your child theme which is overriding the code Nikko sent:
#text-6 { z-index: -1!important; }
Please try to remove or adjust it.
Best regards,
RikardOctober 4, 2018 at 3:11 pm #1017935OK, both links now work, but when viewed on mobile or cell, the call for quote image is on top of the phone image/link.
Any ideas?
Thanks!
October 4, 2018 at 5:40 pm #1017979Hi johnworfin,
Try adding this css code also, this should lower the Get a Quote button:
@media only screen and (max-width:479px) { #header #text-6 { margin-top: 130px !important; } }
Best regards,
NikkoOctober 5, 2018 at 3:33 pm #1018295Added the code, nothing changed.
Thanks,
Mike
October 5, 2018 at 5:24 pm #1018318Hi,
Have you added the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan ShannonOctober 5, 2018 at 5:38 pm #1018323Yes on both-nothing changed.
Thanks,
Mike
October 6, 2018 at 5:16 pm #1018529Hi Mike,
This is the reason why it doesn’t work: https://imgur.com/a/SirFxdx
Can you put the code I gave at the bottom of Quick CSS.
Let us know if it works.Best regards,
NikkoOctober 6, 2018 at 5:29 pm #1018532and by the way – why do you style the href of tel. – this might come to conflicts with browsers. You can be extremly be precise here with country pre number etc. and any spaces – brackets .
<a href="tel:+14177314007">(417)-731-4007</a>
October 8, 2018 at 3:09 pm #1018994Nikko,
Thank you-that worked!
October 8, 2018 at 4:33 pm #1019045Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Phone number link not clickable on mobile version of site’ is closed to new replies.