ermyv
February 1, 2022, 2:25pm
1
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
@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
ermyv
February 2, 2022, 8:13am
5
@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
ermyv
February 2, 2022, 9:38am
7
@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
ermyv
February 3, 2022, 12:57pm
9
Thanks for taking the time to solve my problem!
But unfortunately it didnβt help(((
suyash1
February 3, 2022, 4:13pm
10
@ermyv - can you accept me as collaborator? I will add code to the site and make sure it works
1 Like
ermyv
February 6, 2022, 5:33pm
11
@suyash1
Yes of course, send me a private message please))
suyash1
February 7, 2022, 2:52am
12
@ermyv I sent you the message.
1 Like