This topic has 4 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Rose Tyler
Hello,
The links in my fotter is not working when they are clicked on from a mobile device.
Can you help`?
Thank you very much <3
Hello,
Add the next code in Custom CSS area:
@media only screen and (max-width: 768px) {
.footer .vc_column_container {
float: left;
}
.footer .wpb_raw_code:before,
.footer .wpb_raw_code:after {
content: '';
display: table;
clear: both;
}
}
Clear cache of browser on mobile and check then.
Regards
It still doesnt work?
Hello,
Where did you add the code? I did not see it on your site.
I’ve added the code – https://prnt.sc/Godm9lPiRK4V
Please clear cache of your mobile browser and check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up