how do i stop the page shifting to the left or right when i navigate between home and new gallery.
the appearance of the scroll bar to the right is pushing the page over.
how do i stop the page shifting to the left or right when i navigate between home and new gallery.
the appearance of the scroll bar to the right is pushing the page over.
This will automatically add the scrollbar, whether it is needed or not.
html { overflow-y:scroll; }
You must log in to post.