Site logo

Archived topic

horizontal scroll container

3 replies · Started by melvin on November 20, 2020

Viewing posts 1–4 of 4

Hi there,

try adding this CSS:

@media(max-width: 769px) {
    .gb-grid-wrapper.scrollable {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: mandatory;
    }
    .gb-grid-wrapper.scrollable .gb-grid-column {
        flex: 1 0 50%;
        scroll-snap-align: start;
    }
}

Then edit the Grid Container ( the parent wrapped ) and give it a CSS Class of: scrollable

Hi David,

Thanks it work well.

Have a nice day

Regards,
Melvin

You're welcome

This archived topic is closed to new replies.