I’m looking for help. I need to adjust the spacing between the individual blocks on my product page for my Venue theme. In the example, you can see my reviews and it just looks terrible that there is so much space between them. How do I fix that?
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Shop is online
Here the URL: https://www.kleinekatze.shop/
Thanks for your help!
Here is a link to direct product page where u can find it
https://www.kleinekatze.shop/collections/katzenliebhaber-aufgepasst/products/zecken-stopp-katzenhalsband-gegen-zecken-fl-hezecken-stopp%E2%84%A2-katzenhalsband-gegen-zecken-flohe
Hi @timmeier256
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
.product-single__box__block {
margin: 5px;
}
Awsome! I think its getting closer ![]()
Is it possible to delte the spacing on top aswell?
It should look a little bit like that
Hi @timmeier256
You want like this>
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
.product-single__title.js-sr-loaded {
margin: 0!important;
}
Awasome!
Thank you so much for your help!
I really appreciate it.
It was my first question here, and I’m already receiving such prompt and helpful assistance. It’s incredible
Hi @timmeier256
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
Hi @timmeier256
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
.product-single__box__block .list_ico {
margin: 0;
}




