How can I adjust the distance between product photos and the Add To Cart button?

Hello everyone!
Help me make the distance between the Add To Cart Button and the photo of the next product. For some reason, the button is very close to the underlying photo, maybe I need to raise the button up or lower the photo down?

I would be glad for any help!!!

@ermyv - can you please share this page link? it needs css

1 Like

Of course!

https://bychuri.ru/

@ermyv - please add this css to the very end of your theme.css file and check, adjust number as per need, should look like screenshot below

#shopify-section-16369676704ef2badd .grid__item{margin-bottom: 30px;}

1 Like

@suyash1

Thanks a lot!!! This works great!
But this only works for the main page, and if I go, for example, to the β€œAll products” tab, then the problem still needs to be fixed there.
Can you help with this please!

@ermyv - please add this css and check, adjust number as per need

.template-collection .grid__item {margin-bottom: 30px;}
1 Like

@suyash1

Thanks! This option worked, but it changed the header menu (((((

Maybe it can be somehow corrected?

@ermyv - our code has not changed header, but you can put this css and check, adjust numbers as per need

.main-content {padding-top: 25px;}
.section-header {margin-bottom: 25px;}

@media only screen and (min-width: 750px){
.main-content {padding-top: 25px;}
.section-header {margin-bottom: 25px;}
}
1 Like

Thanks for taking the time to solve my problem!
But unfortunately it didn’t help(((

@ermyv - can you accept me as collaborator? I will add code to the site and make sure it works

1 Like

@suyash1

Yes of course, send me a private message please))

@ermyv I sent you the message.

1 Like