Header is transparent in when I am on desktop but is white on mobile

I am trying to have a transparent header in both desktop and mobile. I have done steps to have is transparent in desktop, but on mobile it gives me a large white section where the header is, and is also cutting off my logo. Site link (no password needed, already published)

https://fluxmcallen.com/

attached is an image of how I am seeing the mobile view

Hi @thefluxretro

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media screen and (max-width: 767px){

.videoBackground .videoBox {

min-height: 100% !important;

z-index: 1 !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you, that fixed the issue :slightly_smiling_face:

You are welcome @thefluxretro :blush: