I want change my product card on collection page. Remove white spacing.
Below is the example of how my product card should look like:
https://www.jiomart.com/c/bestdeals/fmcgfocusjunemodified/18649
Below is the current product card image of my store: www.swayur.com/collections/all
1 Like
Hi @swayurindia
Do you mean remove the space between the price and the button?
If it is try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.card__information {
padding-bottom: 0px !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
All the other information is getting sorted but the Add to Cart button is very close to the product information.