SyntaxFix
Write A Post
Hire A Developer
Questions
If you just want to change alignment of text just make a classes
.left { text-align: left; }
and span that class through the text
<span class='left'>aligned left</span>