Hi,
On a website I’m working on I have space between each section on the Homepage and I can’t remove them - such as above and below rich text for example. See photo attached.
Anyone can help? Thank you
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hey @AscendStudio
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hi,
Thank you! Url is: https://pranawholefoods.com.au/
Try this.
section#shopify-section-template--16313388630265__0a4d1718-8522-4f79-822a-e7cb582feb34 {
margin-top: 20px;
}
div#shopify-section-template--16313388630265__a03012dd-b611-4b21-8f49-abac20cedf50 {
margin-top: 20px;
}
And Save.
Result:
Note: you can add or reduce the size you like.
Hello @AscendStudio
.section + .section {
margin-top: 30px!important;
}
Hey @AscendStudio
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Perfect thank you so much!!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.