• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

[FORUM STYLING] New width for pages

Do you like it?

  • Yes

  • No

  • No differences


Results are only viewable after voting.
Status
Not open for further replies.

xDefcon

Well-Known Member
Contributor
Hello, i was wondering if a modification to the css of the forum could be made to have more readability.

As other themes such as UI.X does, in order to improve the page readability (especially on large monitors) the max page width is set to something near 1200px. I suggest 1170px (such as UI.X) or 1280px.

To apply the modification the following modifications should be applied to the main CSS:
HTML:
.pageWidth {
    max-width: 1170px; 
    margin-right: auto;
    margin-left: auto;
}

This will be the result (1080p monitor): https://i.imgur.com/t02nppu.png

Post before and after.
Before: https://i.imgur.com/FL5QoSs.png
After: https://i.imgur.com/8xa8Hyh.png (don't see the ads out of bounds, it can be resized).

I really hope that this modification will be applied globally for the forum or I must use a stylish theme because of the poor readability of the forum. @flyth
 
Status
Not open for further replies.
Top