Ok thank you.
How about if I wanted to add an image as a banner on the same page. Is this possible?
Thank you so much in advance.
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.
Ok thank you.
How about if I wanted to add an image as a banner on the same page. Is this possible?
Thank you so much in advance.