Navbar Horizontal Shifts/Movements


Hey everybody,
quick question:

my navbar is ever moving slightly horizontally to the sides whenever I click from „Film“ to „Stills“ or to „About“ in Google Chrome or Safari or a browser of my choice. The words don’t seem to stay in place just pixel perfect.

Do you have an idea how to fix that/what might cause this?
Here is my site Read-Only: https://comments.webflow.com/comment/philippegnannt?utm_medium=project_link&utm_source=designer&utm_content=philippegnannt&project=1dd30bf3900c26edb570ede3557f5ad9&workflow=comment&pageId=6899ae53ea2034c31816fefa

Website: www.philippegnannt.com

Thanks a lot and have a great start into the week
Philippe

The horizontal nudge comes from the scrollbar appearing on some pages, add html { overflow-y: scroll; } so it stays consistent across all templates. Also make sure your nav links aren’t changing font-weight or letter-spacing on hover; that caused a similar micro-shift on a client build recently.

Thanks Moid! I was sort of able to track down the problem which was the width of my div blocks incl. the texts being too different to each other. If that makes sense! Anyways, thanks for giving me this easy fix!