For some reason, my website is wider than the viewport width. It’s such a newbie issue, but I’m truly having trouble making my website fit the browser. My content doesn’t look centered as a result, and the page “wiggles.” I’m a bit frustrated, so help would be lovely.
ah, yes, I’m honestly not quite sure. Have you tried removing all the 100vw’s you’ve added? I don’t know if that’s it, but it’s not needed to get a fullscreen page
You were right! I owe you big time! Let’s be Webflow friends.
I’m not sure why width @ 100vw makes the webpage bigger than width @ 100%… But, I guess it doesn’t matter. I will never forget width @ 100% & height @ auto ever again.
Just wanted to explain the whole 100vw thing since you were wondering why it behaves like that. 100vw ignores window scroll when determining the width. That’s it. Your layout is a little bit larger than visible width because it goes behind the scrollbar. 100% would yield the same result of being full width but it will take scrollbar into consideration.