how can I arrange on desktop all four columns in one row (move “save time” up) while keeping the two-row structure on mobile? website: www.10xfuel.com:
desktop: move “save time” column up to the first row:
mobile: do not change
thank you!
Goal: Show all four Multicolumn items in a single row on desktop (move “Save time” up), while keeping the existing two-row structure on mobile.
Proposed solutions:
Context and terms:
Outcome/status:
Notes:
how can I arrange on desktop all four columns in one row (move “save time” up) while keeping the two-row structure on mobile? website: www.10xfuel.com:
desktop: move “save time” column up to the first row:
mobile: do not change
thank you!
why are you asking? What am I missing?
Hi @10xfuel ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-multicolumn.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.multicolumn-list .multicolumn-list__item {
width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}
I hope it would help you
yes - I’d need a solution for that
@10xfuel
you can set from below
Online store->themes->customize->multicolumn->