How can I adjust the space between product title and price?

Can I make the space between the title and price the same for collection page and for “you may also like” ?

It looks different

www.sundaypaloma.com

too far

too close

I want something like this for both

1 Like

@oscaroline

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

.product-card-wrapper .card__heading { margin-bottom: 15px!important; }

after added

If the solution is useful for you then Please like the post and tap the accepted.

Thankyou :slightly_smiling_face:

Hi @oscaroline

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hello @oscaroline

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.section-template--18595248636226__product-grid-padding .card-information>*:not(.visually-hidden:first-child)+*:not(.rating) {
    margin-top: 1.7rem !important;
}

i don’t think it works,

Can I move the price up a little bit (same space as the vendor and title?) without changing other pages? just the “you may also like section”