Scroll Grid Items Horizontally on Mobile
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Scroll Grid Items Horizontally on Mobile’ is closed to new replies.