How can I eliminate section gaps on my website?

Hi there,

I have a problem with the section gap between image and text.

Can someone help me to make my problem disappear?

Here is my website

sourceshome.com

and video is also here in the attachment:

Thank you for your help :blush:

1 Like

Hi @sourcehome2022 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
#shopify-section-template--15421544923294__1647469200c09149f4 {
     margin: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

@sourcehome2022

sorry for that issue can you 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--15421544923294__1647469200c09149f4 {margin-top: 0;}
1 Like

@sourcehome2022 Hope this help you… Go to assetes/base.css and past below css bottom of file.

#shopify-section-template--15421544923294__1647469200c09149f4
{
margin-top: 0;
}
1 Like

Go to Online Store->Theme->Edit code Asset-> base.css->paste below code at the bottom of the file

#shopify-section-template--15421544923294__1647469200c09149f4 {margin-top: 0px !important;}
1 Like