New Landing How can we help? Atelier Hiding Master Swift Slider on Mobile View

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #270148
    giu_gugl
    Member
    Post count: 39

    Hi dear support team

    I created a website with a “below the slider” menu and then a SPB element with a slider just for mobile view.

    Now I want to Hide the Master Slider at mobile level. I tried to use the following code:

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

    But it hides both slider and not only the master one.

    Can you please help me with a code that hides just the master-slider and not the mobile one too?

    Thanks for your amazing job.
    gg

    #270315
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this code instead.

    @media only screen and (max-width: 479px) { 
    .home #swift-slider-1 {
        display: none;
      }
    }

    Let us know if it worked.

    -Rui

    #270525
    giu_gugl
    Member
    Post count: 39

    Hi Rui

    I tried with your code but I hadn’t any fortune! As you can see, connecting to http://www.ggtest.it from mobile you see both silders.

    Any further advice to hide the master slide at mobile level?

    Thanks so muche
    gg

    #270528
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide admin credentials? that code should work.
    maybe you have some syntax error in the custom css field.

    Use the private reply.

    -Rui

    #270529
    giu_gugl
    Member
    Post count: 39
    This reply has been marked as private.
    #270532
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Yes it didn’t worked. I had to add an extra class to the mobile slider called home-mobile-slider
    and adjust the css to this one.

    It’s working fine now.

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

    -Rui

    #270533
    giu_gugl
    Member
    Post count: 39

    Thanks Rui!!

    Super fast and Super efficient as always!

    Worked for me!

    Many Thanks!
    gg

    #270536
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks for the kind words.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 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