Remove blank space between 2 sections in home page

Hello

I am using the Impulse Theme and would like to remove the blank space between those 2 sections

https://39e9ca.myshopify.com/

riacia

Hey @TBS2022

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @TBS2022

Please go to your Online store > Themes > Customize > select icon with text section above, add this CSS below in Custom CSS section

#shopify-section-template--20725084651841__5863a7ac-48d3-448e-bfc3-8c36c65ea9d2 { margin-bottom: 0px !important; }