Increasing top and bottom margin of rich text section (Brooklyn theme)

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

@AMemenas

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. 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:

  1. Go to Online Store->Theme->Edit code
  2. 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!

@AMemenas

its my pleasure to help us