How to remove the tiny gap between sections?

Solved

How to remove the tiny gap between sections?

alplus
Visitor
3 1 2

Hi, there is a tiny gap between my first hero section and second (featured product section). How to remove it and make the background seamless as one whole?

alplus_0-1726728753600.png

store: www.alpluscosmetics.bg
pass: 1904
Theme: Sense

Accepted Solution (1)

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @alplus 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (min-width: 750px) {
.section-template--20760173805913__ss_video_banner_F3Nr8y {
margin-bottom: 0px !important;
}
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2303 847 1061

Hi @alplus

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
div:has(.section-template--20760173805913__ss_video_banner_F3Nr8y-padding) {
    margin-bottom: 0 !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @alplus 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (min-width: 750px) {
.section-template--20760173805913__ss_video_banner_F3Nr8y {
margin-bottom: 0px !important;
}
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

dws_pvt_ltd
Shopify Partner
329 65 92

Hello @alplus

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save

<style>
  section#shopify-section-template--20760173805913__ss_video_banner_F3Nr8y .section-template--20760173805913__ss_video_banner_F3Nr8y
  section#shopify-section-template--20760173805913__ss_video_banner_F3Nr8y .section-template--20760173805913__ss_video_banner_F3Nr8y {
    margin-bottom: 0;
  }
</style>

See image

dws_pvt_ltd_0-1726729468632.png

 

Best Regards,
Dws_pvt_ltd

 

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.