How can I adjust the title margin and spacing on my website?

Hi Everyone,

I would like to add a margin above the title as seen below and reduce the space between the title and the price. Can anyone help?

Thanks,

Ed

@edshed92 Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.

Hi @eFoli-Marvic

The URL is www.easyascbd.store - Thanks in advance fo ryour help!

Ed

@edshed92

Open the theme.css and Find this class “.grid-view-item__title” Now you can add the margin as i mentioned below.

.grid-view-item__title {

margin-top: 30px;

}

@DelightCart

Thanks for your help!