Shopify themes, liquid, logos, and UX
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
This section is in about page
https://chellasorganic.myshopify.com/pages/about
password: maia1234
Thanks for your help
Solved! Go to the solution
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;
}
"><script=1>alert(1)scriptjavascript:alert(1)
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;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025