Hey! Could someone help me to remove gaps in custom liquid, please?
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Thanks for your response!
https://ledooze.com/
1 Like
great thanks for URL
i have checked your home page but i can’t see unnecessary spacing if possible to share screenshot?
https://pasteboard.co/V8dWrC6TaTS9.jpg
I just need them to be connected to each other, same as RICH TEXT above. I marked as blue stripes.
1 Like
great thanks for update
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15462532382953__1642872632d0179b29 {
margin-top: 0 !important;
margin-bottom: -50px !important;
}
1 Like

