Mobile View Not centering

Hi everyone. I know this has been asked countless times, but I’ve looked at a few of the previous topics and I still can’t seem to find my issue. It’s likely right under my nose, but I’m missing it. Can someone help me to understand why my site isn’t centering on mobile view. Thank you.


Here is my site Read-Only: Webflow - Cactus

Hi @Tyler_Sellars and welcome to the Webflow Community.

It would appear that your padding for Container Default class is set to 16. Change this to 0 and work from there to get your desired position.

Hope this helps.

Thank you very much. I also had an unrelated question that you may be able to answer, but I’m having a hard time understanding how to have my header stick when scrolling down on all pages.

Can you advise?

Hi @Tyler_Sellars

Not a problem, glad it helped.

For your nav, set the top level div/container of your nav to position Sticky with a top margin of 0%. This will ensure your nav stays at the top of your page whilst scrolling. I would also suggest setting the z-index to 9999 as this will keep it on top of everything on that page whilst scrolling.