Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1371419

    Hi,

    I use a accordion slider on my homepage:

    I would like to have it disabled on mobile devices.
    I have already tried to add this to quick CSS:
    @media only screen and (max-width: 767px) {
    .home #accordion_slider_1 {
    display:none !important;
    }
    }

    but the slider is still shown on mobile devices.

    Any hints how to disable the slider on mobile devices?

    thanks
    Ralf

    #1371420

    Looks like it was a caching issue.cleared site cache and now it is working fine,

    #1371427

    Hi,

    Great, I’m glad that you got things working, and thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1371456

    Hi Rikard,
    the topic can be closed.

    #1371463

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Accordion Slider on mobile’ is closed to new replies.