How to reduce space between price and product title?

Solved

How to reduce space between price and product title?

KimGottwald
Trailblazer
196 0 28

Does someone know how to reduce the Gap between price and product title?


Thank you!

 

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test?sort_by=price-descen...

 

Im using the Trade theme.

 

Picture: 

Bildschirmfoto 2024-07-12 um 6.28.24 PM.png

Accepted Solution (1)
WalkYourStyle
Excursionist
303 32 47

This is an accepted solution.

Sorry for the confusion. This is the corrected version

.card-information{
   margin-top: -10px;
}

View solution in original post

Replies 7 (7)

WalkYourStyle
Excursionist
303 32 47

Instructions

1. Go to 'Online Store' -> Themes 

2. From your Active Theme , click the 3 dots (...) -> Edit Code

3. In the Assets Folder locate the file 'component-cart.css'

4. Paste the below code at the bottom of the file

.card-information{
   padding-top: -10px;
}

Change the number according to your preference

KimGottwald
Trailblazer
196 0 28

This is not working sadly.

WalkYourStyle
Excursionist
303 32 47

I am so sorry my bad. Try this code

.card__information{
   padding-top: -10px;
}
KimGottwald
Trailblazer
196 0 28

.

KimGottwald
Trailblazer
196 0 28

Its till not working, am I doing something wrong?

 

Bildschirmfoto 2024-07-12 um 10.33.40 PM.png

WalkYourStyle
Excursionist
303 32 47

Ignore this message

WalkYourStyle
Excursionist
303 32 47

This is an accepted solution.

Sorry for the confusion. This is the corrected version

.card-information{
   margin-top: -10px;
}