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>
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024