I am looking to optimize the layout of my asp.net code by shifting the content on all pages to the left side of the screen for better efficiency.
Despite my efforts, I have been unable to find a suitable CSS solution that works universally across all views.
To illustrate my point, here is a screenshot of how it currently looks: https://i.stack.imgur.com/Sfe4x.jpg
However, I would like it to look more like this: https://i.stack.imgur.com/cwyHQ.png
How can I adjust the layout to move the content to the left side?