Hi, I am using the Simpli free template and have added a plugin/module to flip through a folder of images. The template is causing the images to ride over top of the banner-top and position-1 sections when scrolling the page vertically. The image module resides in topsl-1. Is it possible to fix this? Thanks.
Hi,
Try to add the following custom css code:
#mainnav.stick-on-top, #header.stick-on-top { z-index: 1111111; }
Cheers Joshua