Spacing Venue Theme

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?

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

1 Like

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

1 Like

Hi @timmeier256

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-single__box__block {
margin: 5px;
}

1 Like

Awsome! I think its getting closer :slightly_smiling_face:

Is it possible to delte the spacing on top aswell?

It should look a little bit like that

1 Like

Hi @timmeier256

You want like this>

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:

.product-single__title.js-sr-loaded {
margin: 0!important;
}

1 Like

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

1 Like

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.

1 Like

Hi @timmeier256

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-single__box__block .list_ico {
margin: 0;
}