Goal: increase columns per row beyond the default 3 in the Broadcast theme’s “Multi-column” section, ideally without code.
Key guidance:
First suggestion: check the section’s settings to adjust the column count. If not available, add custom CSS:
.wrapper–full-padded .grid { --columns: 5; }
Placement: in theme.css (not in the section’s custom CSS field).
Updated advice: no code needed—there is a built-in customization to set columns (shown in screenshots).
User status and constraints:
Store is in development; theme not yet purchased and site unpublished. No URL provided.
User couldn’t locate the column setting in their “Multi-column” section.
Resolution/workaround:
Use the “Text columns with icons” section instead; it functions the same as “Multi-column” and includes the adjustable column setting.
User confirmed and expressed thanks.
Notes:
Screenshots were provided to illustrate where the column setting resides.
Technical detail: solution leverages a CSS variable (–columns) if customization is unavailable.
Outcome: resolved with a non-code path via “Text columns with icons”; CSS fallback provided if needed.
The broadcast theme by default is only permitting me to use 3 columns per row in the “multi column” section. I read on other threads that most themes allow upto 6: but I cant find this setting in the broadcast theme.
Is this possible to be changed without code? and if not, could you please help me with the same.