I am creating documentation using the Read the Docs theme for Sphinx documentation. I am trying to center the entire webpage - both the body and the left navigation bar, such that if the width of the window increases, the margin on both the left and the right sides increases equally. Currently, all of the content is fixed to the left side of the screen.
I have done some experimenting with the css style sheet and found that by replacing all instances of "margin:0" with "margin:0 auto", the body shifts to center justifies. however, the navigation bar is still locked to the left side of the screen. Any suggestions on how to do this? I have very little experience with html and css. I can upload files if necessary.