Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #546979

    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

    #547119

    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

    • This reply was modified 8 years, 11 months ago by Elliott.
    #547436

    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.

    #547553

    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

    #548039

    Thanks for Your answer, but it still doesn’t work…

    Regards

    #548449

    Hi!

    Add this to your custom CSS.

    @media screen and (max-width: 500px) {
    .slideshow_align_caption * {
        padding: 2px !important;
    }
    }

    Cheers!
    Elliott

    #550294

    TOP! Thx Elliott.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobiler Slider-Probleme’ is closed to new replies.