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:
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
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