Trying to create documentation with the Read the Docs theme for Sphinx documentation. Want to center the entire webpage, including both the body and left navigation bar so that as the window width increases, the margins on both sides increase equally. Right now, everything is fixed to the left side of the screen.
Experimented with the css style sheet by replacing "margin:0" with "margin:0 auto" which centered the body content, but the navigation bar remains locked to the left side. Any suggestions on how to achieve this? Limited experience with html and css. Can upload files if needed.