Learn how to join our server and start playing in 60 seconds!
Play Now
  • Hey Guest, If you have any suggestions regarding the Forums/Website we would love to hear them!

Denied Suggestion: Make name and custom user title centered

Status
Not open for further replies.

Jake

The Man
Legendary
Joined
May 20, 2016
Messages
69
Points
41
Suggestion:
Make name and custom user title centered

Detailed description:
Basically just make the name under your picture on posts centered instead of to the left, its quite simple to do,

go to extra.css and just paste this in:

messageUserBlock h3.userText, .messageUserBlock a.username {
text-align: center;
}

Server/Place suggestion is intended:

Forums

Reason:
Just makes forums look a bit better, it looks kinda bad when its put off to the left.

Example:
https://gyazo.com/7cca6d45eeaec86b9da52d2e27c34320
 

Whitei520

Ex-System Administrator
Veteran
Joined
Feb 26, 2016
Messages
233
Points
63
Suggestion Accepted,
Just for your future reference the correct CSS is:
Code:
.messageUserBlock h3.userText {
text-align: center;
}
.messageUserBlock a.username {text-align: center !important;}
 
Status
Not open for further replies.
Top