Problem scrolling in horizontal fullscreen slider
-
Hello!
I'm having trouble with the fullscreen slider, I initially had it vertically but had such issues scrolling within each section, so I changed it to horizontal. Still I'm having issues scrolling, which is needed because they overflow (I hope I'm using the correct terms here...).I have added additional html that I found here on the forum because I wanted to be able to click on titles on top of the page and jump to the relevant section. Looks like this:

This is the website in question: http://isfilm.is/films/
Any ideas on solutions for this?
Thanks in advance,
Idunn -
.fp-slides .row{ overflow-y: scroll!important; height: 100vh!important; max-height: 100vh!important; display: block!important; -webkit-overflow-scrolling: touch; }Try this CSS in Lay Options Custom CSS and HTML Custom CSS.
And then delete your JavaScript please.
Actually I'm not sure if we're talking about the same thing cause your JavaScript leads me to believe you want to code some anchor scroll feature.
But my CSS just simply lets you scroll up and down in your horizontal full-screen slider rows.
-
I have no idea what I was trying to do but this solved the issue, thank you so much <3
-
I'm happy it worked for you.