Center The Text In Bio

Instead of shoving the text to the left side of the screen, Could it be centered evenly on the Screen?

1 Like

Actually I like the left-align but it looks weird with no borders. If the text were in a box it would look much nicer.

Yeah, I totally agree, borders would look amazing.

Yep, the left alignment looks wrong. It’s always been centre alignment, and I have no idea why it changed.

Hmm… what about a setting in Settings? Allow left/center/right.
If this is a bad idea, I can say that I prefer center-aligning too.

1 Like

It’s always been centered before. They should change it back.

I reported this 2 and a bit weeks ago and somebody else also reported it a week before that.

Merely stated that the fix was live in the test environment, but due to the code freeze, we won’t see it updated on www.roblox.com until January.

The text is actually justified.

If you have something allowing you to inject CSS into the page, add this bit of CSS:

.UserBlurb {
width: auto !important;
text-align: center !important;
margin: 10px 0 0 0 !important;
}

The over-use of ‘!important’ is to make sure that ROBLOX doesn’t try to override it.

[quote] Documentation - Roblox Creator Hub

I reported this 2 and a bit weeks ago and somebody else also reported it a week before that.

Merely stated that the fix was live in the test environment, but due to the code freeze, we won’t see it updated on www.roblox.com until January. [/quote]

That is different. That bug was when the center-aligned blurb was not centered with the character and primary group images. This ‘feature’ is that the blurb text is left-aligned instead of centered.

[quote] Documentation - Roblox Creator Hub

I reported this 2 and a bit weeks ago and somebody else also reported it a week before that.

Merely stated that the fix was live in the test environment, but due to the code freeze, we won’t see it updated on www.roblox.com until January. [/quote]

That is different. That bug was when the center-aligned blurb was not centered with the character and primary group images. This ‘feature’ is that the blurb text is left-aligned instead of centered.[/quote]

Oh derp, my bad.

But still, we shouldn’t expect this to be fixed before January.