Remove Spacing Between Products (Impulse Theme)

Hi everyone,

I wanted to get rid of the spacing between products on my products page. I know this will require some coding; however, can someone help me out?

Thanks in advance!

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hi @ASF1

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello @ASF1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.nodnod.css>Add this code at the bottom.

.grid-view-item {
    margin-left: -12px;
}