Hi
I wanted to know how to lower the top and the bottom padding of product card in featured collection.
Below is schematic photo of what i would like it to look like.
Hi
I wanted to know how to lower the top and the bottom padding of product card in featured collection.
Below is schematic photo of what i would like it to look like.
Hello @UL1 ,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @UL1
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thank you for the information.
Try this one.
.card__information {
padding-bottom: 0px;
padding-top: 0px;
}​
I put the code at the bottom of the base.css but it doesn’t work. ![]()
Can you paste it on the component-card.css file. Thanks!
It still doesn’t work. ![]()
Can you try this code.
.collection.section-template--19383194288464__featured_collection-padding .card__information {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It works
Thank you
im having the same issue but this code does not work for me.
Hi @robsta
Would you mind to share your store URL? Thanks!
mine is f-off.com.au
i sorted the text issue now just need to move the card picture up higher so white gap id decreased on top.