New Landing How can we help? Cardinal Hiding Main Swift Slider On Mobile

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Cardinal
  • #142505
    ninesolutions
    Member
    Post count: 192

    Hello!

    Good day, my i ask if there is a way to hide the main swiftideas slider on mobile?

    thanks!

    #142621
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Probably that can be done with css. Can you share your site url so we can find a solution?

    Thanks

    -Rui

    #142656
    ninesolutions
    Member
    Post count: 192
    This reply has been marked as private.
    #142668
    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-1{
    display:none;
    }
    }
    

    -Rui

    #143401
    ninesolutions
    Member
    Post count: 192

    Great appreciatio Rui, thank you!

    #143415
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

    #167079
    ninesolutions
    Member
    Post count: 192

    Hello,

    Sorry for digging up this topic.

    Is there anyway which i can hide swift slider for mobile and portrait tablet, but show on landscape tablet and desktop?

    Thank you so much! ๐Ÿ™‚

    #167088
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the max width that Rui gave you to 769px

    – Kyle

    #167095
    ninesolutions
    Member
    Post count: 192

    Thanks Kyle, all working great now ๐Ÿ™‚

    #167103
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #198740
    eddeaux
    Member
    Post count: 45
    This reply has been marked as private.
    #198743
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @eddeaux,

    Try the code below.

    @media only screen and (max-width: 767px){
    .swift-slider-outer{
    display:none;
    }
    }

    -Rui

    #220278
    kbarbauld
    Member
    Post count: 4
    This reply has been marked as private.
    #220283
    kbarbauld
    Member
    Post count: 4
    This reply has been marked as private.
    #220303
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Rui.
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register