Board layout

Broni

Posts: 56,041   +516
Is there any particular reason for such narrow board layout?
Basically half of my screen is unused.
SNAG-0001.jpg
 
I'm using Firefox and I'm not seeing what you're seeing. If you are using Firefox or IE, you can enlarge the page by pressing Ctrl and the + key a few times until the image fills the page sufficiently. I don't use other browsers so I don't know if this works for other browsers too.
 
You have to provide a script for Tapermonkey or Stylus:

.wrapper {
max-width: none !important;
}

.messageList .message {
max-width: none !important;
}

.quickReply {
max-width: none !important;
}
 
I'm using Firefox and I'm not seeing what you're seeing. If you are using Firefox or IE, you can enlarge the page by pressing Ctrl and the + key a few times until the image fills the page sufficiently. I don't use other browsers so I don't know if this works for other browsers too.
Yes it works in FF
 
Hmm; Using FF 61.0.1 64bit on Win/7 Pro SP1, my full screen width of the blue banner with the menus is 1349 and I never have to fuss with special CSS or JS.

The META background is 743 at the same time.
 
Back