Dawn theme - multicolumn section how can I make the desktop like the mobile swipe section

website: https://lslelegance.myshopify.com

I wish to make my desktop version same as the mobile version. If possible to swipe and if not possible at least to be 4 column next to each other thanks !

@lslelegance , find

.multicolumn-list

and change

max-width:600px

into

max-width:1000px

Find this:

.grid--2-col-tablet .grid__item

and change

width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);

into

width: calc(20% - var(--grid-desktop-horizontal-spacing) / 2);

I suppose this is in your theme.css :slightly_smiling_face:

Result:

amazing thanks ! @MarinaPetrovic the only thing left is to create a nice FAQ page but haven no idea how to get the html code for it unfortunately I search quite a while but seems too tech savvy for me if you can maybe suggest or provide some code for nice FAQ ?thanks :slightly_smiling_face: