A user seeks to display images in full width within Dawn theme’s “image with text” sections, eliminating all borders (top, bottom, and sides). Screenshots show unwanted left-side borders on both mobile and desktop views.
Solutions Provided:
Multiple contributors offer CSS code snippets to be added to theme.liquid file before the </body> tag
Code targets specific section padding and width properties using !important declarations
One solution successfully resolves the issue for the original poster
Follow-up Discussion:
User asks if the same code can apply to product images in full width
A contributor provides additional CSS for product images, but reports it doesn’t work
Another user inquires whether the solution works for the Spotlight theme
Final comment confirms one of the CSS solutions is the only method that worked after trying dozens of suggestions
Status: Partially resolved—the “image with text” section issue is solved, but product image full-width display remains unresolved.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I would like to be able to display some images in some sections in full width using the Dawn theme.
I’ve read several pages about this but haven’t found a solution that works for me.
I would like to be able to display the image of an “image with text” section in full width without a border at the top, bottom or side. Most of the code I’ve tried leaves a border to the left of the image.
This code will only work for the image with text section. To display the product images in full width, add this code above in the end of theme.liquid file.