Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Links not working on iphone (chrome and safari) possibly on other WordPress

  • SOLVED

Hi There,

We have test on our iphone and seems on the link attached (see screenshot) has links on the page but we are unable to click on them.

Would anyone be able to help?

Many Thanks

Answers (1)

2013-05-23

Kyle answers:

There is a weird div called container that is appearing on top of your content on mobile devices, try adding this to your style.css file to push it back:

@media only screen and (max-width: 800px) {
.container{
z-index: -1 !important;
}
}


Kyle comments:

It is a part of the page footer, but being pushed up on top of other content for some reason on narrow screens, that should take care of it without needing any other major changes


jimspankling comments:

That's fixed it. Amazing!!

Thank you


Kyle comments:

Happy to help :)


jimspankling comments:

although the menu is unclickable now!!!!