Tagged: full screen slider
1) I see that in the Enfold Demo 2017 Fullscreen slider the images are 1500 x 750. I’ve made my images the same size, and selected “Original Size”.
2) I am not seeing the Down Arrow on mobile, (until someone scrolls down) nor on your Demo (on mobile). Is there a way to have the Down Arrow visible when someone first visits on mobile?
3) How can I move up the headlines a bit (on the slider images?
Thank you much!
Hey cindybird52,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css or your child theme
@media only screen and (max-width: 450px) {
.slideshow_align_caption {
vertical-align: top;
}
#top .scroll-down-link {
bottom: 200px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria