Shopify themes, liquid, logos, and UX
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 using Sense theme
Please, share your store URL. If not publish please share the preview. Thanks!
@elishakolade - can you please share this page link?
Please share with me the store link
Best,
Daisy
Hi @elishakolade ,
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.
<div class="shopify-section page-width"
<div class="centered-image-with-text">
<img src="image.png" alt="Your Image Alt Text" class="centered-image">
<h2 class="image-with-text__heading inline-richtext h1">Image with text</h2>
<p class="image-caption">Your caption or text goes here.</p>
</div>
</div>
<style>
.centered-image-with-text {
text-align: center;
margin: 0 auto;
max-width: 100%;
}
.centered-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
</style>
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025