Hi guys,
I want to know if there is any way I can do full-width for the multicolumns.
Thanks
Goal: make the Shopify Multicolumn section span the full screen width.
Context: The requester confirmed they want full-screen width and shared their store URL with a password for review.
Solution (applies to all Multicolumn sections):
Notes: Visual before/after images were provided to demonstrate the result. The code snippet is central to achieving full-width.
Outcome: The requester confirmed the fix worked and expressed thanks. No additional issues or open questions were raised; the discussion appears resolved.
Hi guys,
I want to know if there is any way I can do full-width for the multicolumns.
Thanks
Hi @jennywi
Full width on the screen? Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Thanks for the info, Do you mean all mutlicolumn or specific multicolumn?
If it all multicolumn. Check this one,.
.multicolumn .page-width {
max-width: 100% !important;
}
And Save.
Result:
Note: You can always adjust the width by changing the sizes in %.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you!!!