A user seeks to customize the Dawn theme’s collection hero banner by:
Primary Goals:
Swap layout so image appears on left, text on right (opposite of default)
Lock image dimensions to 1080x1080 (1:1 ratio) to properly display Instagram posts without cropping
Solution Provided:
PageFly-Noah offers CSS code to be added to theme.liquid above the </head> tag.
Implementation Steps:
Navigate to Online Stores > Themes > More Actions > Edit code
Open theme.liquid and paste provided CSS snippet
Remaining Issues:
Image disappears on mobile view
No padding exists between image and text elements
Follow-up:
Noah provides updated code addressing these concerns, with instructions to increase the ‘em4’ value for greater spacing between image and text if needed.
Summarized with AI on November 15.
AI used: claude-sonnet-4-5-20250929.
I would like to change the collection hero banner.
Swap the elements, so that the image is on the left, and the text is on the right (the default is the contrary order).
Fix the size of the image. I will only be uploading instagram posts which are a ratio of 1080*1080 (1:1 ratio). I would like the image to always keep this ratio for the image so that we can always see the full image.