Hello!
I’ve noticed that pricing and pictures are overlapping on our product page - prices of each item are shifted down (both on home page and also all product pages under shop). Not sure how to describe this well but kindly let me know if someone knows an answer to this. Thank you so much!
1 Like
@kellie1
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Just messaged you! Thank you!!
1 Like
a.inline-block.hover\:text-primary-accent.text-base.items-center.justify-center.border-b-text.border-primary-text.hover\:border-primary-accent.pb-1 {
margin-top: 90px !important;
}
@kellie1 Add this code in the bottom of the theme.min.css file
1 Like
Wow! Thank you! It solved the layout on my homepage, but it seems like my product page within “shop” is still overlapping with footer. Is there any chance you could help with this as well?
1 Like
.grid.lg\:grid-cols-12.bg-border.gap-gutter {
margin-top: 140px !important;
}
@kellie1
try this code.