page about us I need banner full width, and there is a container something that doesn’t allow it.
and in contact , the background is not full width…
thanks
Core Issue:
Users across multiple Shopify themes (Narrative, Brooklyn, Debutify, Showcase, Envy, Empire, Trade, and others) struggle to make custom page templates display at full width, as default templates include padding/margins that create unwanted whitespace.
Primary Solution Pattern:
A community helper (@KetanKumar) provides CSS code solutions tailored to each theme and page. The typical approach involves:
max-width: 100% and padding: 0 on container elementsCommon Code Pattern:
.page-width {
max-width: 100%;
}
.template-page .medium-up--four-fifths {
width: 100%;
left: 0 !important;
}
Related Requests:
Status:
Most users report successful resolution after receiving theme-specific CSS code. Solutions require basic code editing skills and vary significantly by theme architecture.
page about us I need banner full width, and there is a container something that doesn’t allow it.
and in contact , the background is not full width…
thanks