I’m sure there is some kind of easy fix to this and I’m just running around in circles, but I cant figure out why the header containing my navigation just abruptly stops. is there anyway to get this to reach to span the entire top of the page? Ive tried width: 100vh on both the header and the body, but that didn’t work. For some reason when I set the width on the header to 100% it seems to shift the logo so far to the right it isn’t even visible anymore. I’ve been working at this same issue for a couple hours, I search, I whined, and I just guess at this point I’m hoping someone here can point me in the right direction. Thank you in advance!
From what I’ve read, the sake of accessibility, it’s important to structure your html using the semantic tags designed for that purpose. Div has no semantic meaning and therefore is unhelpful to anyone using alternative ways of accessing the page.