This topic has 6 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Stan Russell
Hello,
In the static Block I have text with URL links. (footer 2 on the left site homepage) On the mobile it worked, but now its not working anymore. I delete everything and put it in again. Then the same. Now links doenst work on my mobile. Is it possible to check what the problem may be?
Thanks!
Regards,
Bob
Hello,
Please try to add the following code in custom css:
.main-footer .wpb_column.vc_column_container{
position: inherit;
}
Regards,
Robert Hall.
Thanks Robert, unfortunate it didn’t work. The code is still in de CSS.
What is another option? I checked the site on the Iphone S4.
Regards,
Bob
Hello,
I’ve added this code in Theme Options > Custom CSS > Custom CSS for mobile:
.main-footer .wpb_column.vc_column_container {
display: inline-block;
}
Please check the footer now.
Best regards,
Jack Richardson.
Thanks Jack!!
Hello,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘On mobile url links not working in Static Block’' has been successfully resolved, and the topic is now closed for further responses