A user is trying to modify the Shopify Sense theme’s ‘Image with text’ section to create a full-width hero banner with a centered split layout.
Current Issue:
The hero banner is constrained within a container box rather than spanning the entire page width.
Desired Outcome:
A full-width background with content split 50/50 in the center, as shown in attached design mockups.
Proposed Solution:
GemPages support provided custom CSS code to:
Remove padding from the image-with-text section
Set border-radius to 0
Adjust width properties to achieve full-width display
Target the specific section ID for precise styling
The code should be added to the base.css file in the Assets folder via the theme editor.
Status:
Another user (Litos) checked the implementation and appears to confirm it’s working, though their message is partially garbled. The discussion seems resolved with the CSS customization approach.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
Does anyone know how I can make the background to fill in the whole width of the page? Right now, I’m using ‘Image with text’ section as the Hero of the homepage. This hero banner is inside a container box. I’m trying to make this fill in the entire width of the site, with half split in the center of the page. I’m attaching the desired design below. Please let me know if there’s any way to do this.