Hi,
I have a spacing issue in my custom HTML. Can you help me to remove the excess spacing between the rich text and custom HTML sections?
Here’s the code:
See attached screenshot:
Hi,
I have a spacing issue in my custom HTML. Can you help me to remove the excess spacing between the rich text and custom HTML sections?
Here’s the code:
See attached screenshot:
Hi @greencityliving ,
Providing HTML code would not help us. We will need your website to better assist you. Thank you
Hi @greencityliving ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
#shopify-section-1618685477bc3b6ce3{
padding-bottom: 0px !important;
}
#shopify-section-1618685460ff072ff7{
padding-top: 0px !important;
}
#shopify-section-1618685460ff072ff7 p{
margin-bottom: 0px !important;
}
Hope it helps!
It works thanks!
Hi @greencityliving ,
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.