Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253602

    I would like to not have my slider show on mobile as it cuts off text and is too small to be useful. I found this post asking the same thing but neither of the two sets of css seem to be working – I did put it in my custom css field in my child theme. I did clear cookies and data on my phone.

    https://kriesi.at/support/topic/can-i-turn-off-the-layer-slider-on-mobile/

    Any ideas? The site is http://www.agoodplacetobe.com

    thanks,
    `a

    #253684

    Hi indirapril!

    Thank you for visiting the support forum!

    Please use this to remove the easy slider on mobile devices:

    @media all and (max-width: 767px) {
    .home ul.avia-slideshow-inner {
    display: none !important;
    }
    }

    Remove browser cache then reload the page. I hope that helps.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.