Can I make the space between the title and price the same for collection page and for “you may also like” ?
It looks different
too far
too close
I want something like this for both
Can I make the space between the title and price the same for collection page and for “you may also like” ?
It looks different
too far
too close
I want something like this for both
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 ![]()
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;
}