• Resolved shaunels

    (@shaunels)


    Hi there,

    I’ve used your plugin to create a product carousal within an accordion section on my website, however when viewing from mobile the layout completely breaks.

    Any advice?

    Shaun

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Well first ascertain whether Slide Anything is actually breaking the mobile responsiveness to that page (or whether it’s something else) – may a duplicate of this WP page, remove the Slide Anything sliders, and then view this duplicated page on mobile.

    Also try ticking the “DOMContentLoaded event” checkbox, under “Other Settings”.

    Thread Starter shaunels

    (@shaunels)

    Problem is resolved. You were right, it was the theme’s homepage that was breaking the mobile layout.

    Fixed it by adding:

    @media (max-width: 768px){

    .owl-carousel.owl-loaded {
    display: grid !important;
    }
    }

    Plugin Author simonpedge

    (@simonpedge)

    Ok, good stuff! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slide Anything breaking mobile layout’ is closed to new replies.