Broadcast Theme: How to remove gap between header and slideshow?

Broadcast Theme: How to remove gap between header and slideshow?

sorellallc
Visitor
1 0 0

Hi! I'm trying to figure out how to remove a gap on my websites home page, between the header and slideshow section. This is only a problem on mobile view, its also not a padding issue.

I'm using the broadcast "clean" theme, which was uploaded not installed - I had a graphic designer set up the site but I'm no longer working with them, plus they did not know how to fix the issue.

I noticed the theme files were modified (code was either added or removed) but I don't know much about that to change anything myself! Any help would be appreciated! My website is www.sorellaofficial.com

 

Screenshot.png

Replies 2 (2)

TheScriptFlow
Shopify Partner
709 49 94

Hey @sorellallc I found a code that cause this issue.

Please tell your Developer who work on your Store to remove styling from header section in theme file. As shown in image the whole styling need to remove.

styling.png

When you remove this styling then the result will be:

qasimdevloper_0-1737311822433.png

No you can see there is no space betwwen Hero section and header.

If you need more help then you can reach out to me.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

GTLOfficial
Shopify Partner
851 176 190

Hello @sorellallc 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

@media only screen and (max-width: 749px) {
.header__backfill {
height: 0px !imporetant;
}
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
.header__backfill {
height: 0px !important;
}
}

result
161.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: info@gtlofficial.com - Skype: ritesh_27dh