Hi so I am wracking my brain trying to figure out if this can be done and if so - how.
I would like text on my profile to be at the center of the screen, but to follow a straight line either on the left side of the text or, preferably, to be justified. I've tried to create columns but having an empty column at the start only pushes the second "center" column all the way to the left anyway. Inline was my best bet but it didn't center everything correctly so it bothered me to see it slightly pushed left/right instead of being smack in the center.
Is it possible to do this, somehow? Thankful for any help! 🥹
I would like text on my profile to be at the center of the screen, but to follow a straight line either on the left side of the text or, preferably, to be justified. I've tried to create columns but having an empty column at the start only pushes the second "center" column all the way to the left anyway. Inline was my best bet but it didn't center everything correctly so it bothered me to see it slightly pushed left/right instead of being smack in the center.
Is it possible to do this, somehow? Thankful for any help! 🥹
There's two ways to do this! You were on the right track with columns, its just a bit of fiddling with bbcode if you go that route.
BBCode columns
Preview
With this, you'll use transparent text in the framing columns, which allow you to fine tune the width to whichever size you like!
Widget columns

make empty text boxes in widget columns, removing the titles as well, to frame.
Hope one of these methods helps get the results you're after!
Preview
xxxxxxxxxxx | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed convallis lacus nec dui faucibus varius. Mauris dictum aliquet libero id ultricies. Nunc fermentum sagittis leo, nec pellentesque lorem varius facilisis. Vivamus lacinia magna at nunc suscipit malesuada. Proin in nisi odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam sagittis sodales odio eu mattis. Proin lobortis semper lectus non ultricies. Nullam porta vestibulum tortor nec dictum. Sed et feugiat orci. Curabitur tincidunt et turpis non facilisis. Aenean id convallis ex. | xxxxxxxxxxx |
With this, you'll use transparent text in the framing columns, which allow you to fine tune the width to whichever size you like!
Code:
[center][columns][color=transparent]xxxxxxxxxxx[/color][nextcol][justify]text block[/justify][nextcol][color=transparent]xxxxxxxxxxx[/color][/columns][/center]
Widget columns

make empty text boxes in widget columns, removing the titles as well, to frame.
Hope one of these methods helps get the results you're after!
Aah you're a lifesaver! Thank you so much 🥰 This really should be added to the BBC code guide, it's great!
You are on: Forums » Help » Justified/left aligned text in center of page