A user is experiencing white bars on either side of their header image, preventing it from stretching to full page width on their Shopify store using the Colorblock theme.
Solutions Proposed:
Two support teams offered CSS-based fixes:
GemPages Support: Recommended adding custom code before the </head> tag in the theme.liquid file (specific code snippet appears corrupted in the original post)
PageFly-Victor: Suggested modifying the base.css file by adding:
:root {
--page-width: 100% !important;
}
Both solutions involve accessing the theme code editor through Online Store > Theme > Edit code. The discussion remains open with no confirmation from the original poster about which solution worked.
Summarized with AI on November 23.
AI used: claude-sonnet-4-5-20250929.
Hi! On either side of my header image, there are white bars where the header doesn’t reach. I was wondering if there was a way to make the image stretch all the way to the end. Any coding help is appreciated!