Site logo

Archived topic

Removing horizontal scrolling on mobile

1 reply · Started by Anik on April 3, 2021

Viewing posts 1–2 of 2

I used this CSS to fix the desktop scrolling, unfortunately I cannot seem to get rid of the grey background on the right side on mobile. It's annoying and i need to fix it! I removed the padding and image stretches on Elementor, please advise how I can keep this contained on both desktop and mobile?

@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;
}
}

This archived topic is closed to new replies.