A user working with the Sense theme wants to center an image with text/caption underneath while utilizing full width on both desktop and mobile views. They’ve shared a screenshot showing their current layout.
Current Status:
Three community members have requested the store URL or page link to provide specific guidance
No store link has been shared yet
Proposed Solution:
One responder provided a custom Liquid code solution:
Navigate to Online Store > Themes > Customize > Add custom liquid section
Insert provided HTML/CSS code that creates a centered container with responsive image and caption
The code includes styling for full-width images that scale appropriately and centered text underneath
A screenshot demonstrates the expected result
The discussion remains open, awaiting the store URL to provide more tailored assistance.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I will please like advise on how to have image center and text underneath the image for desktop and mobile view.
Am trying to take advantage of the full width , while at the same time have both text or caption underneath the (centered image.) am currently usingSense theme
To center an image with text or a caption underneath while maintaining responsiveness for both desktop and mobile views in the Shopify Sense theme, you can use a custom Liquid section.
Go to Online Store > Themes > Customize> Add custom liquid section
Add below code in the custom liquid
## Image with text
Your caption or text goes here.