I want to increase the bottom and top margins on my rich text section (“how ordering works”) towards the bottom of my home page. https://bellbottombakery.com/ Can someone please assist me?
1 Like
sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.rich-text-section {
padding: 50px 0px;
}
1 Like
Hi @AMemenas ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
#shopify-section-1648659034b6ed3647 {
padding: 80px 0;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
1 Like
Thank you! That worked!
1 Like
Thank you!
its my pleasure to help us