Hello
I am using the Impulse Theme and would like to remove the blank space between those 2 sections
riacia
Hello
I am using the Impulse Theme and would like to remove the blank space between those 2 sections
riacia
Hey @TBS2022
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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; }