Carousel caption for next slide showing on previous slide
-
Hi,
I've got what seems like quite a simple issue in essence, but I cannot for the life of me figure out how to fix it...
My website design has remained the same for coming up to 2 years now, with a full screen carousel on the homepage and captions at the bottom of the page.
However, for some reason the positioning of the carousel captions now appear to have changed and the caption for the following slide is appearing in the bottom right corner.
See screenshot attached:
See link below:
https://jacobsbenfield.com/Any ideas?
Thank you! Really appreciate this forum
-
seems like you use some custom css,
maybe thats making it show up like that not surereplace this custom css of yours:
.lay-carousel-sink-parent { position: fixed; bottom: 2px; }
with this:
.lay-carousel-sink-parent { position: fixed; bottom: 2px; left: 1.5%; right: 1.5%; overflow: hidden; }
or i think you can just add overflow:hidden; to your css, that should be enough like:
.lay-carousel-sink-parent { position: fixed; bottom: 2px; overflow: hidden; }
best to try and disable custom code and then see if it still doesnt work like in step 3:
-
@arminunruh My hero Armin! This worked perfectly, thank you once again :)
Keep on keeping on!
-
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it