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

    Hi,

    I have a content slider on the page linked in private content. I have one slider for desktop view (with 3 columns) and a duplicate one for mobile view (with 1 column). However, very oddly, the desktop version is breaking the 3 columns over 2 rows, and I can’t figure out why. I assume it’s some custom css I’ve added for other purposes, but I can’t find the offending css, if it is that.

    Are you able to tell me why the 3 columns of the content slider (on desktop) are not appearing in one row, and how I can rectify it please?

    Cheers,
    Matt

    #1426248

    Hi!

    Thank you for the inquiry.

    It seems to be an issue with the margins and padding settings of the Content Slider element. To temporarily fix the issue, please remove the margin or add this css code.

    .slide-entry-wrap {
        display: flex;
    }
    

    Regards,
    Ismael

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