Home › Forums › Support › horizontal scroll container This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 20, 2020 at 1:37 am #1538583 melvin wang Hi, Can i possibly achieve the below? Instead of becoming 2 row in mobile, I wish to achieve become 1 row in mobile with horizontal scroll. View post on imgur.com This is the page I use GB on Thanks November 20, 2020 at 3:11 am #1538657 DavidStaff Customer Support 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 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 22, 2020 at 7:00 pm #1541667 melvin wang Hi David, Thanks it work well. Have a nice day Regards, Melvin November 23, 2020 at 1:17 am #1541894 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In