Archived topic
How to put buttons on the same horizontal plane in mobile view
3 replies · Started by Jin on October 7, 2022
I have two widgets. One is a 3-button widget and another is a 4-button widget. Both look great on desktop view but they're stacked vertically on mobile view. Is it possible to have them still be on one horizontal plane on mobile?
I'd like to change these 3 buttons (mobile view)
I'd like to change these 4 green buttons (mobile view)
What I Want (desktop view)
Hi there,
do you want these to scroll sideways on mobile? As i cannot see they will all fit on one line.
Thanks David. Actually found another solution to this.
I was able to do this by having a single "Buttons" widget with multiple "Button" widgets within it. I previously had one "Button" widget per "Buttons" widget in a column / grid which was why the stacking was occuring.
For anyone in the future who faces this issue.
Glad to hear you found a solution!