Hi, I have two template styles , one for home page and one for other pages (default). In default links in footer are not clickable. How to fix that? Thank you, Milos
Hi Milos,
You can try this custom CSS:
#t4-footer-info .t4-section-inner { position: relative; z-index: 2; }
Works perfect. Thank you! Please close this topic.