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 
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 –
Hello @emilyaugstudios
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
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
}