This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
When you use an iPhone or a Tablet or anything mobile the footer links do not work.
Example: https://www.8theme.com/demo/woopress/kids/
You can test here. They don’t work on your demo either. I have the exact same setup on my site. Can someone please supply a fix for this?
Hello,
Please try to add this code in Global Custom CSS in Theme Options->Custom CSS.
.vc_custom_1435391651856 {
position: inherit;
}
Regards,
Robert Hall.
Hi,
I put the code in Theme Options > Custom CSS and it didn’t fix the link issue. The problem is when I click on a link using a mobile device (iPhone or Tablet) it doesn’t take me anywhere. It’s not even noticing the links are there.
Using this structure: in the static block
Example:
<h3 class="widget-title">Helpful Links</h3>
<ul class="col-ct-6 list-unstyled">
<li><a href="https://mydomian.com/">Home</a></li>
<li><a href="https://mydomian.com/about-us/">About Us</a></li>
<li><a href="https://mydomian.com/contact-us/">Location</a></li>
<li><a href="https://mydomian.com/blog/">Blog</a></li>
<li><a href="https://mydomian.com/shop-policy/">Policy</a></li>
<li><a href="https://mydomian.com/contact-us/">Contact</a></li>
<li><a href="https://mydomian.com/faq/">Faq</a></li>
</ul>
<ul class="col-ct-6 list-unstyled">
<li><a href="https://mydomian.com/shop-coming-soon/">Shop</a></li>
<li><a href="https://mydomian.com/shop-coming-soon/">New Arrivals</a></li>
<li><a href="https://mydomian.com/wishlist/">WishList</a></li>
<li><a href="https://mydomian.com/my-account/">My Account</a></li>
<li><a href="https://mydomian.com/cart/">Cart</a></li>
<li><a href="https://mydomian.com/checkout/">Checkout</a></li>
<li><a href="https://mydomian.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2Fmydomian.com&_wpnonce=67dfea43f2">Logout</a></li>
</ul>
Hello,
Please try use the following code.
.wpb_column.vc_column_container.vc_col-sm-3 {
position: inherit;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up