My current layout setup is as follows:
- Left side bar with a width of 200px and positioned at left: 0;
- Center section with a width of 700px and positioned at left: 250px;
- Right side bar with a width of 200px and positioned at right: 10px;
While this arrangement works, I am looking to center the Center section for larger screen sizes. However, I want it to stay at least at left: 250px regardless of the screen size.
Any suggestions on how to achieve this?