Hi,
For some reason, the links on the the mobile version of my WP site’s homepage aren’t working, both on Android and iPhone.
I tried applying the fix below, but still not working. Any ideas? Thanks!
div#secondary {
position: static;
}
Hi,
For some reason, the links on the the mobile version of my WP site’s homepage aren’t working, both on Android and iPhone.
I tried applying the fix below, but still not working. Any ideas? Thanks!
div#secondary {
position: static;
}
Hey there
Please add this CSS code in the Appearance > Customize > Additional CSS:
@media only screen and (max-width: 768px) {
#secondary {
display: contents;
}
}
If there is anything else I can help with, just let me know.
Regards
Thanks for your help!
I just tried this and it’s working now!
Thanks!
Hi there,
Good to know If you require any further assistance, please do not hesitate to reach out to us. We are more than happy to help!
Regards,