Solved

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

opboards
Excursionist
19 0 3

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.

Accepted Solution (1)
ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.


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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

flo_
Excursionist
21 2 5

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.

 

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.


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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
opboards
Excursionist
19 0 3

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

ZestardTech
Shopify Expert
5393 970 1291

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.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing