Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Discussion on Sexual Comments in Forums

Joined
Nov 14, 2001
Messages
29,639
Reaction score
21,835
this way all fonts get huge too, everything looks so squeezed, and this is a feeling that i don't have with the vbulletin, at some point i know this is because interacting so many times with that old web interface get me used to it
vBulletin is gone. Time to adjust to the new software. There is no going back.
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,803
Reaction score
2,219
vBulletin is gone. Time to adjust to the new software. There is no going back.

yeah i'm aware, i don't even want vbulletin back, just try to see and understand what i mean with this and see if its possible, i could apply the change in the css max-width.





i upload another image with all css inner sizes increase to my resolution just for an example.
 
Last edited:
Joined
Nov 14, 2001
Messages
29,639
Reaction score
21,835
I'm the guy behind every person. I'm a mirror of u in d back
Keith - Discussion on Sexual Comments in Forums - RaGEZONE Forums
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,803
Reaction score
2,219
so i manage a way to make a better use of my screen space with a plugin called "Styler beta" if anyone wants to make use, is very easy.
just install the plugin from chrome store.

open in ragezone and paste the following CSS, you can adjust also the size % as you wish, save and run.

Code:
.p-header-inner {
    max-width: 80% !important;
}

.p-nav-inner {
    max-width: 80% !important;
}

.p-sectionLinks-inner {
    max-width: 80% !important;
}


.p-body-inner{
    max-width: 80% !important;
}

.pre-footer-inner {
    max-width: 80% !important;
}

.p-footer-inner{
    max-width: 80% !important;
}
 
Back
Top