New Landing How can we help? Atelier hide slider on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #243903
    aaronniziol
    Member
    Post count: 38

    Hello,

    First of this theme is incredible and beautiful and it’s getting easier and easier to use the more I play around.

    I would like to hide the slider on my starting page only on mobile. Currently I have it set up with a “swift slider” element in a row that is hidden on mobile, and that works great. However, I prefer to use the slider you set up below the page building options in the meta options section. I like the nav bar below the slider on the main page which can be done using the slider in the meta options, but now I can’t see a way to hide it. Is there a line of code that might accomplish it?

    In summary, I would like the swift slider with the nav just below the slider, but hidden on mobile. Please let me know if this is possible.

    #243991
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please set up the slider in the page meta options and I will provide you with some custom css to hie it on mobile

    – Kyle

    #244251
    aaronniziol
    Member
    Post count: 38

    Ok I have the slider set up from the meta with the nav bar the way I want it.

    Let me know what to do next.

    Thank you.

    #244367
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

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

    – Kyle

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