A user needed to make a specific multicolumn section full-width on their Shopify store to display larger images and improve aesthetics. Their initial CSS attempt targeting the section ID didn’t work.
Solution provided:
Multiple respondents offered similar CSS fixes, all involving adding code to the base.css file. The working solution targets the .page-width class within the specific section and sets max-width: 100%.
Implementation steps:
Navigate to Edit code in Shopify
Open base.css file
Add the provided CSS targeting the section’s .page-width class at the end of the file
Status: Resolved - the user confirmed the solution works successfully.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
I would like to make this multicolumn section full widht. In order to make the images bigger and the multicolumn more aesthetic with the design of the page.