Moving Product Title Up Slightly On Collection Page (Brooklyn Theme)

Hey - Hoping Someone Can Help…

I am looking to move the product title up slightly and wondered if anyone can help.

The products are currently being displayed in the collection page.

Url is www.notacard.com

Any help would be much appreciated!

Thanks in advance!!

James

@mrjaengland ,

a.grid-product__meta {
    position: relative;
    top: -70px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Amazing! Works perfectly. Thank you!