Rich Text Bottom Padding - Symmetry Theme

Hi community! If anyone could help me with the rich text padding on this particular section of my website, that would be appreciated! I am using the Symmetry theme and for some reason I can’t just target the rich text padding using the code below, it doesn’t work. Any other recommendations welcome :slightly_smiling_face:

URL: https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631

Code not working:
.rich-text-section { padding-bottom: 0px; }

Current look of rich text section on homepage –

What I want to achieve with the padding removed from the bottom only of the rich text section, so it sits closer to the section below –

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hello @emilyaugstudios

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

div#shopify-section-template--18253912801495__172409672910048665 { margin-top: -62px !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

@emilyaugstudios ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above

#shopify-section-template--18253912801495__172409672910048665 > .fully-spaced-row--medium {
   margin-top: 36px!important
}