On my website I'm making, the content is placed a little more to the left when there's a vertical scrollbar. And when there's no scrollbar, it's positioned a little more to the right. Is there a way to not let the content 'move' when there's a scrollbar?
To set a smaller width, enclose the entire section that you don't want to "move", as follows: <div width="95%"> HTML IN HERE THAT YOU DON'T WANT TO MOVE </div> Good luck!