TASTE THEME: Remove margin above Product title collection page

Hey, how do I remove a bit of margin between the product title and the product image on the collection page? It is a little bit too much right now. I will show the problem down below.
LINK:https://e8aaa0-3.myshopify.com/collections/best-selling-products

PASSWORD: mohwhi

theme:taste

Hey please follow these instruction.

Step: 1 Goto Edit code
Step: 2 Search base.css file
step: 3 Add this code at the bottom of base.css file

.card-wrapper.product-card-wrapper .card__content .card__information {
padding-top: 8px;
}

You can try


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly