My content has no white space above and below it / Theme: Ira

Hello Shopify-Coder,

please help me insert blank space above and below my content boxes. Right now the boxes are sticking to each other, which I don´t like.

Theme: Ira

Link: https://shop.opboards.com/

Password: opboards

Problem: I want to have a clearer look by inserting blank space above and below my content.

Thank you very much for your help!

Best, Felix.

Hello Felix,

I’ve been trying to put a margin-top in the css of your ‘collage__block-overlay’ div but it seems like the images are set as background-images, which seems a bit odd to me.

Is it a theme you’ve developed ?

Edit : I’ve just seen it’s the Ira theme in your post, let me check.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
div#shopify-section-16321754608f18511d {
margin: 50px auto;
}
div#shopify-section-163221182471142a58 {
margin-bottom: 50px;
}
2 Likes

@flo_1 I appreciate your efforts!
@ZestardTech Thank you for the solution!

2 Likes

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.

1 Like