Hi,
I want to move the text below the grid images. So there’s white space showing the image then text: My site is https://vazluxe.com
A user wants to reposition text that currently overlaps grid images on their Shopify store (vazluxe.com), creating white space between images and text below them.
Initial Solution Attempted:
.grid__item .card__content and .grid__item .card__mediaposition: relative, margin-top: 10px, and display: block propertiesCurrent Status:
The discussion remains open with the problem unresolved, requiring deeper investigation into the theme’s HTML structure beyond CSS adjustments.
Hi,
I want to move the text below the grid images. So there’s white space showing the image then text: My site is https://vazluxe.com
Hi @Luxurymrkt To move the text below the grid images, you’ll need to adjust the CSS in your theme.
.grid__item .card__content {
position: relative;
text-align: center; /* Adjust as needed /
margin-top: 10px; / Adds space between image and text */
}
.grid__item .card__media {
display: block;
}
If the text is still overlapping let me know as you need to inspect your theme’s specific section code and modify the HTML structure
Hi thanks. I’ve added the code but it still overlaps.
@Dotsquares Hi, Any update on how to achieve this? Thank YOu