remove spacing between sections shapes theme

Solved

remove spacing between sections shapes theme

urbantis
Shopify Partner
202 0 60

Hi, I want to remove the spacing between sections, ideally I would like to add it to the css area of the section

image for refence

https://ibb.co/NvBGjsG

 

This section is in about page

https://chellasorganic.myshopify.com/pages/about

 

password: maia1234

 

Thanks for your help

Accepted Solution (1)

CodingFifty
Shopify Partner
901 136 164

This is an accepted solution.

Hi @urbantis.

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#shopify-section-template--23027574473032__rich_text_faGtmW .section-content.px-section.py-section-vertical-spacing {
    margin: 0px !important;
    padding: 0px !important;
}
div#shopify-section-template--23027574473032__image_with_text_X69Qfx .section-content.relative.z-10.py-section-vertical-spacing {
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
}



 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Replies 4 (4)

aaaaa8
Shopify Partner
3 0 0
<script+class="hljs-tag">script</script>
><img/src=x onerror=1>
aaaaa8
Shopify Partner
3 0 0
%3C%73%63%72%69%70%74%3E%61%6C%65%72%74%28%31%29%3C%2F%73%63%72%69%70%74%3E
><img/src=x onerror=1>
aaaaa8
Shopify Partner
3 0 0

"><script=1>alert(1)scriptjavascript&colon;alert(1)

><img/src=x onerror=1>

CodingFifty
Shopify Partner
901 136 164

This is an accepted solution.

Hi @urbantis.

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#shopify-section-template--23027574473032__rich_text_faGtmW .section-content.px-section.py-section-vertical-spacing {
    margin: 0px !important;
    padding: 0px !important;
}
div#shopify-section-template--23027574473032__image_with_text_X69Qfx .section-content.relative.z-10.py-section-vertical-spacing {
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
}



 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com