Brooklyn how to increase spacing between product title and price

Hello, removed long slash that it has on brooklyn theme however there is no spacing inbetween how to add it?

Screenshot_7.png
linosmada.lt

1 Like

I can help with that

Hi @Avgustinas ,

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.scss.css.

Step 3: Paste the below code at bottom of the file → Save

.grid-product__title {
    margin-right: 20px !important;
}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Please add below css code in bottom of assets/theme.scss.css file
.grid-product__title {
margin: 0 15px;

}
Thank you.