What is this 20" and 4 X 3 you're posting all about? That makes no since at all. I have no idea of what you are talking about.
The forum is inside the wrap. The maximum width of the wrap is set in prosilver/theme/common.cssThe default maximum width is set to 1152px but you can change that to your own preference.
In my custom style I changed that to "max-width: 70%;" but you can change yours to "max-width: 100%;" if you want.
Using a percentage % for the max-width will allow your forum to adjust the with depending on what resolution you have.
Setting your wrap to "max-width: 900px;" will make your forum smaller in width. Is that what you are trying to do?
The forum is inside the wrap. The maximum width of the wrap is set in prosilver/theme/common.css
Code:
.wrap {border: 1px solid transparent;border-radius: 8px;margin: 0 auto;max-width: 1152px;min-width: 625px;padding: 15px;}
In my custom style I changed that to "max-width: 70%;" but you can change yours to "max-width: 100%;" if you want.
Using a percentage % for the max-width will allow your forum to adjust the with depending on what resolution you have.
Setting your wrap to "max-width: 900px;" will make your forum smaller in width. Is that what you are trying to do?
Statistics: Posted by Sniper_E — Sun Apr 27, 2025 7:23 pm