I was playing around with a website mostly for my learning purposes and on just one of my pages the navigation bar is shifted about 5 pixels to the left than all the other pages. I see no reason why it shouldn’t be exactly the same as the others. Does anyone have any idea why?
Share
That is the only page long enough to have a vertical scroll bar, which takes up some space on the right side of the screen.
If it bothers you, you can force all your pages to have some vertical scroll by adding the following code to your css file:
This makes each page just slightly longer than the browser window, no matter what size it is!