Reduce Title padding in Related Products section?

Solved

Reduce Title padding in Related Products section?

LightStyl
Tourist
12 0 3

Hi all, I've seen some questions on Related Products but nothing I'm looking at here. Is there anyway to reduce the space between the product title and the photo?

I went into the asset code directly and couldn't find anything that worked. I'm just hoping to reduce it by maybe 25%

 

Screenshot 2024-07-25 at 10.46.26 PM.png

 

Website is www.plumeskin.con

Accepted Solution (1)
JasmeetVT14313
Shopify Partner
273 59 72

This is an accepted solution.

@LightStyl 

Try adding below code to end of "component-card.css" file

@media screen and (min-width: 750px){
.card__information {
    padding-top: 1rem;
}
}
@media screen and (max-width: 750px){
.card__information {
    padding-top: 0.75rem;
}
}

 Let me know for any concerns.
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

View solution in original post

Replies 6 (6)

JasmeetVT14313
Shopify Partner
273 59 72

Hi @LightStyl 
Please share the store URL

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
LightStyl
Tourist
12 0 3

Hi there just added to main message but it's www.plumeskin.com then any product page has it. Actually the product carousel on the homepage as well. Theme is Sense

JasmeetVT14313
Shopify Partner
273 59 72

This is an accepted solution.

@LightStyl 

Try adding below code to end of "component-card.css" file

@media screen and (min-width: 750px){
.card__information {
    padding-top: 1rem;
}
}
@media screen and (max-width: 750px){
.card__information {
    padding-top: 0.75rem;
}
}

 Let me know for any concerns.
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
LightStyl
Tourist
12 0 3

That worked thank you - should be good on spacing as well (assuming the .75 is the 25% reduction). Thank you for the quick response.

LightStyl
Tourist
12 0 3

Sorry quick follow-up but I have the same issue with the mobile view on Featured Product. I tried the same code just in case it worked but no luck reducing gap between image and text.

 

 Screenshot 2024-07-26 at 2.29.11 PM.png

JasmeetVT14313
Shopify Partner
273 59 72

Hi @LightStyl 

Try adding the below code to the end of "component-slider.css" file.

@media screen and (max-width: 749px){
.slider.slider--mobile .slider__slide{
padding-bottom:24px;
}
}

 

If you require further help, please don’t hesitate to reach out.
If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Like and Mark it as Solution! 

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com