Reduce Line Spacing on product card

Reduce Line Spacing on product card

shecom
Shopify Partner
8 0 0

Hey everyone

How can I reduce this spacing in my product cards? I cant see the options in the theme settings so think it needs coding - this is the impulse theme

I asked the theme developer ages ago and they never replied

Screenshot 2024-10-06 at 3.47.38 PM.png

Thank you 🙂

 

 

Replies 5 (5)

Mike-Consentik
Shopify Partner
192 30 37

Hi @shecom 

This is Mike from Consentik

 

Could you leave your store URL, then I can check it for you?

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
shecom
Shopify Partner
8 0 0

hey Mike - its nomadiqueco.com

Thank you 🙂 

Mike-Consentik
Shopify Partner
192 30 37

hey @shecom 

You can try this solution.

 

Open Theme -> Edit Code

Open theme.css and paste this code to the bottom of this file:

 

.product-info__block-item {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

 

You can change the value of pixel.

 

 

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
shecom
Shopify Partner
8 0 0

Thank you Mike, didn't work unfortunately 😞 

Mike-Consentik
Shopify Partner
192 30 37

Have you increase the width of produt card?

And what is your theme

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support