Hi, it looks like, by default, things placed on a page with shortcodes are given a left alignment. Is it possible to alter that alignment?
What I have looks like tis:
[one_fourth]<span style="font-size: 18px;">SOME TEXT HERE</span>[/one_fourth]
So I thought putting an align="center" would do the trick.. but no such luck. I did it like this:
[one_fourth]<span style="font-size: 18px;" align="center">SOME TEXT HERE</span>[/one_fourth]
What would be the correct way to do this?














