XF 2.1 How to apply alignment style for code bbcode

Hi

I wan to apply styling affect as seen in my current Xenforo 1.5.15. The code inserted here and styling applied to the code as center works here.
screenshot-1.webp


But the same thing does not work in XF 2.1.
screenshot-2.webp

Is there any way i can style the code as in XF 1.5
 
@ozzy47 I think the point is that center doesn't work in Xenforo 2.

Using center inside the code tags:

Code:
[center]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum tellus.
Quam vulputate dignissim suspendisse in est ante in.
Pellentesque habitant morbi tristique senectus.
[/center]


Using center outside the code tags:

Code:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Fermentum et sollicitudin ac orci phasellus egestas tellus rutrum tellus.
Quam vulputate dignissim suspendisse in est ante in.
Pellentesque habitant morbi tristique senectus.
 
Top Bottom