New Landing How can we help? Atelier Swift Slider not mobile responsive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #211359
    Enrico
    Member
    Post count: 37

    Hello
    I am having problems in getting the swift slider mobile reponsive for my home page. Is there a setting up feature or an update I need to do on the theme? Many thanks in advance.

    #211705
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you add your WP login details so I can see how you have setup the slide?

    Are you referring to the background image of the slide not scaling down?Setting the background image to center center.

    You could also use this CSS to adjust it for small screens:

    @media only screen and (max-width: 479px) {
       .swiper-slide[data-bg-align="center"][data-bg-horiz-align="left"] {
           background-position: center center;
       }
    }

    Thanks.

    #211719
    Enrico
    Member
    Post count: 37

    Hi Martin

    Yes, I am referring to the background image – now that it’s center / center it’s much better although the image it’s not scaling on smartphone, but probably it’s designed to look this way with caption and button, right?

    Let me know, thanx.

    #212068
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Stefy,

    The slider height will be recalculated for small screens depending on the contents and height of the uploaded slide.

    If you need this refined for a specific screen size we can help you with some custom CSS.

    – Let us know.

    Cheers,
    David.

    #212258
    Enrico
    Member
    Post count: 37

    Hi David
    thank you for your information – I’ll leave it like this for now. Will see in future. Thanx again for your help.

    #212263
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, anytime!
    -David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.