New Shopify Certification now available: Liquid Storefronts for Theme Developers

I want change my product card on collection page. Remove white spacing

swayurindia
Excursionist
113 0 7

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

jiomart-product-card.PNG

Below is the current product card image of my store: www.swayur.com/collections/all

swayur-product-cardf.PNG

Replies 2 (2)
Made4uo-Ribe
Shopify Partner
4192 964 1173

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1694695776397.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


swayurindia
Excursionist
113 0 7

All the other information is getting sorted but the Add to Cart button is very close to the product information.