A user working with Shopify’s Sense theme seeks to eliminate white space and make their website full-width across desktop and mobile versions.
Solutions Provided:
Three community members offered CSS code snippets to be added either to theme.liquid (before the </body> tag) or base.css. All solutions target the .page-width class with variations of:
max-width: 100% !important
margin: unset !important
padding: unset !important
Current Status:
The original poster confirmed all three code solutions successfully filled more page width. However, new issues emerged:
Text alignment appears off-center on some elements
Product pages show uneven width distribution (more space on left than right)
Not all page elements are achieving full width
The discussion remains open as the user requests additional help to resolve these secondary layout problems.
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.
I am using the ‘Sense theme’. I would appreciate if anyone could let me know if it’s possible to make the whole website full width. So at the moment there is a lot of space from right to left example below.
The main questions are if you could help me centre the text again as it’s thrown it off for some elements and the page width on my product pages is more to the left than to the right and not everything is full width either?
It would be very kind if you could help with a solution to this.