How to remove gaps in a custom liquid DAWN theme?

Hey! Could someone help me to remove gaps in custom liquid, please?

1 Like

@daniliano

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

@daniliano

great thanks for URL

i have checked your home page but i can’t see unnecessary spacing if possible to share screenshot?

Red arrows is those gaps that i would like to remove.

1 Like

@daniliano

sorry

can you please upload issue images here

https://pasteboard.co/

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

@daniliano

great thanks for update

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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