Hey! I’m trying to make the bottom border of my header wavy with a thin black border line. I’m not sure the best way to implement this.
My header is going to be white, but I’ve inverted the header color here to show the issue. The waves can’t be seen since (I’m guessing) there’s some sort of sizing issue with either the header element or the banner image element?
I also tried creating a mask, but had the same results plus a broken navigation.
the issue is not really the waves, it’s the header. Shopify headers are fixed and don’t like being reshaped. When you mask the header, it hides parts of it, so the wave disappears or breaks the menu. The safer way is to keep the header normal and fake the wave with a small shape or SVG under it. This gives the same look without breaking anything. Hope this helps