Guten Tag,
leider konnte ich immer noch den Grund für die fehlerhafte Anzeige des Sliders auf mobilen Endgeräten feststellen. In der mobilen Version wird der Slider leider fehlerhaft angezeigt. Woran liegt das?
Grüße
Hi researchtools!
It seems to look fine on my end. Can you take a screenshot and highlight how your wanting it to display?
Best regards,
Elliott
If You look on my website, you see that slider with the header “Marketingmassnahmen” and under the header you find “erfassen, verstehen, bewerten”.
If you open the mobile site, you see only “erfassen, verstehen, bewerten”. The header/title is cutted because of the navigation.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
margin-top: 50px !important;
}
You may need to change the value 50px in order to get the position you are after.
Regards,
Rikard
Thanks for Your answer, but it still doesn’t work…
Regards
Hi!
Add this to your custom CSS.
@media screen and (max-width: 500px) {
.slideshow_align_caption * {
padding: 2px !important;
}
}
Cheers!
Elliott
TOP! Thx Elliott.