Eliminate white space in product cards on collection page

Solved

Eliminate white space in product cards on collection page

chusmeatmarket
New Member
13 0 0

Hey looking to understand how to eliminate the white space between my product name and price. 

 

Screen Shot 2024-10-30 at 12.58.53 AM.png

Accepted Solution (1)
DaisyVo
Shopify Partner
4447 495 591

This is an accepted solution.

Hi @chusmeatmarket 

I have added the code from my end, and it seems to be working fine.

**Before**: [Link](https://prnt.sc/oTk_6Bm2CHjY)
**After**: [Link](https://prnt.sc/Ml6soA5fwHL1)

.card__metadata .price {
    margin-top: 0 !important;
}
a.card__title.caption {
    min-height: unset !important;
}

Could you please add the code above to confirm if it meets your requirements?

 

Best regards,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 8 (8)

DaisyVo
Shopify Partner
4447 495 591

HI @chusmeatmarket 

 

Could you please provide me with your store URL?

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4447 495 591
 
To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.card__metadata .price {
    margin-top: 0 !important;
}

 

Here is the result: https://prnt.sc/LSbgcWUf1hDm
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chusmeatmarket
New Member
13 0 0

Hi Daisy,

 

Thanks for your response. Unfortunately this didn't make any changes. Is there another place I should try pacing the code snip? In on of the files in the code?

DaisyVo
Shopify Partner
4447 495 591

Hi @chusmeatmarket 

 

Could you please share a screenshot of the code you added to your CSS? This will help me double - check if there are any errors.

Best regards,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chusmeatmarket
New Member
13 0 0

Screen Shot 2024-11-01 at 12.06.44 AM.png

DaisyVo
Shopify Partner
4447 495 591

This is an accepted solution.

Hi @chusmeatmarket 

I have added the code from my end, and it seems to be working fine.

**Before**: [Link](https://prnt.sc/oTk_6Bm2CHjY)
**After**: [Link](https://prnt.sc/Ml6soA5fwHL1)

.card__metadata .price {
    margin-top: 0 !important;
}
a.card__title.caption {
    min-height: unset !important;
}

Could you please add the code above to confirm if it meets your requirements?

 

Best regards,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chusmeatmarket
New Member
13 0 0

Amazing thank you so much. Let me know what I can do to reciprocate!