How can I eliminate this unwanted space?

Hi @Mati124 ,

You can just display none the padding or the margin. If you would mind to share your URL website with password. I can give you the exact code. Thanks!

i did and it doesnt work

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

Hello @Mati124

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

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

.vtl-pr-main-widget {
    margin: 2rem auto 2rem !important;
}