As you can see from mobile version, it currently looks messy with the text on the image, how do i bring the text down?
hi @withaudette
You can do that by adding this code to bottom of your custom.css file
@media (max-width: 749px) {
html .card-wrapper .card-information { position: relative !important; }
}
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
@media screen and (max-width: 749px) {
#shopify-section-template--24305477615915__product-grid * {
font-size: 11px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks



