Header covering the top of my banner image

Hi there - I’ve been tinkering trying to identify how to do make what I imagine should be a simple change. My header is covering the top of my banner image… After studying the code, I think it’s the “shopify-section-index-video” section. I think it might actually be that the image’s default wrapper dimensions are hiding the top of my image…

In any event, this is the result I’m looking for:

url is: slowmoxyz.myshopify.com

pass is: slowmoxyz

Any help would be greatly appreaciated!!

1 Like

@jetranger407

Please add the following code at the bottom of your assets/theme.css file.

.image__hero__pane{
top: 100px !important;
}

Hope this works.

Thanks!

1 Like

You’re a CHAMP, @dmwwebartisan . Thanks so much!

didnt work for me :disappointed_face: