New Landing How can we help? Cardinal Continu button on slider over text on mobile

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #326662
    WineDesignNL
    Member
    Post count: 204

    Hi there,

    On mobile devices the continu button on a slider gets over the content/ text of this slider. Is there a way to solve this?

    Cheers – Wouter

    Attachments:
    You must be logged in to view attached files.
    #326667
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 767px) {
       .swift-slider .swift-slider-continue {
           bottom: 30px!important;
       }
    }

    -Rui

    #326668
    WineDesignNL
    Member
    Post count: 204

    Hi Rui,

    Nothing happens…

    #326903
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will need admin credentials to check if the code is correct.

    -Rui

    #327199
    WineDesignNL
    Member
    Post count: 204
    This reply has been marked as private.
    #327207
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The css it’s different from the one I provided, it’s 100px instead 30px and that makes a big difference.
    https://cl.ly/3S1n3H1y3G3p/Image%202017-06-06%20at%203.09.16%20PM.png

    -Rui

    #327215
    WineDesignNL
    Member
    Post count: 204

    Hi Rui,

    I changed this because it was still over the buttons on my mobile device. If I change this back it still is. Does this mean I need to change the amount of content in the slider?

    Cheers – Wouter

    #327230
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #327287
    WineDesignNL
    Member
    Post count: 204

    Hi Rui,

    It works on that page, but look at the homepage: http://www.eigenverpakking.nl. You can see the contuinue button is over the regular buttons. This is where the problem occures.

    The fontsize is a good idea though. I will try this myself and let you know if I figured this out!

    Cheers – Wouter

    #327289
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok. Try this one and play a bit with the values.

    @media only screen and (max-width: 767px) {
    .swiper-slide .caption-content div.caption-excerpt {
        font-size: 17px!important;
        line-height: 22px!important;
    }
     .swiper-slide .caption-content a.sf-button {
        margin-top: 3px;
        margin-bottom: 15px;
    }
    
    }

    -Rui

    #327294
    WineDesignNL
    Member
    Post count: 204

    Hi Rui,

    This look great! Can figure it out myself from here…

    RESOLVED!

    Cheers – Wouter

    #327519
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad I could help.

    -Rui

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

You must be logged in to reply to this topic.