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;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025