hmm, did I asked a hardest question ? 🙁
Try using the text editor align button
I am talking about shortcode [tx_services]
thanx
put your shortcode inside in a holder like <div> tag and add css for alignment like float or text-align.
thanks
thanx sheldz,
<div style=”text-align:left;”>[tx_services title=”test” icon=”fa-truck”]This text should be aligned left
[/tx_services]</div>
but no luck
update
[tx_services title=”Commercial Cargo” icon=”fa-truck”]
<div style=”text-align: left;”>This text is aligned left</div>
[/tx_services]
thanx for the hint