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
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.
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;
}
Thanks for your help!