Good day to you,
the slideshow looks really good on the desktop and on the tablet, but unfortunately I’m not quite satisfied with the mobile view.
I tried to reduce the distance from the element “slideshow_align_caption” via CSS by setting a negative padding. In addition there are a lot of layers in the slider and I might not have found the right class for it. The purpose would be that I can reduce the distance by “viewport” on the smartphone via the custom.css.
Really looking forward to your response!
Hey Funk86,
I have checked your site in my mobile device and it looks good.
Can you give us a screenshot of the issue on your end?
Best regards,
Nikko
Hi Funk86,
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
@media only screen and (max-width: 767px) {
#top .slideshow_align_caption {
vertical-align: top;
padding-top: 40px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
