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
and video is also here in the attachment:
Thank you for your help ![]()
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
and video is also here in the attachment:
Thank you for your help ![]()
Hi @sourcehome2022 ,
You can follow the instruction below:
#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.
sorry for that issue can you try this code
#shopify-section-template--15421544923294__1647469200c09149f4 {margin-top: 0;}
@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;
}
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;}