Can a homepage banner image be expanded to cover the entire page?

I’m wondering if it’s feasible to enlarge the top banner image on the homepage to cover the entire page. It would need to be stretched to the top of the page. I’m simply curious to see how it would appear. Currently, there’s white space at the top of the page, and I believe it would be fantastic if the image could extend all the way to the top.

Hi @kidwine

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Find theme.liquid file

Step 3: Search “” and paste below code at the before :

{% if template contains 'index' %}

{% endif %}

Hope my answer will help you.

Kate from PageFly Team

1 Like

Thank you, it’s worked