• Resolved golferfl

    (@golferfl)


    Hi,

    I am using the following code to scroll buttons horizontally on mobile without issue:

    .gb-button-wrapper.scroll-buttons {
    overflow-x: auto !important;
    flex-wrap: nowrap;
    padding: 20px 0;
    }

    Is it possible to adjust the code to scroll grid items on mobile as well?

    Thanks,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    You could use a similar method like this:

    .gb-grid-wrapper.scroll-grid {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    Not sure it will work but it’s worth a shot 🙂

    Hi @golferfl ,

    This thread has been marked as resolved due to a lack of activity.

    You’re always welcome to re-open this topic if you need more help.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Scroll Grid Items Horizontally on Mobile’ is closed to new replies.