Hi team,
Hope you are well.
I’m wondering how I can reduce the spacing between two sections on my FAQ page please? There is a lot of space between them currently.
https://leikenhair.com/pages/faq
Store password = daoroh
See below:
Thanks for your help in advance 
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
section.Section.Section--spacingNormal {
margin-bottom: -5%;
}
1 Like
hii @jaylan_tahtali
Paste this code on top of the theme.scss file.
div#shopify-section-page-faq-template {
margin-top: -8% !important;
}
1 Like
@ZestardTech thanks so much! that worked :)! thanks for all your help
@Zworthkey thank you so much! that solution also worked as well, I tired them both :). really appreciate your help