Home › Forums › WoodMart support forum › HTML to align left a centered text › Reply To: HTML to align left a centered text
October 23, 2020 at 6:27 am
#235508

Aizaz Imtiaz Awan
Keymaster
Hello,
I have logged into your website and it seems that you have added the text in the
<center>
tag then check back.
If you want to keep the text alignment the same and float it to the left then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
center.lef {
float: left;
}
And will not look good because the center tag will keep the text centered.
Best Regards.