I am trying to slighly move to left a centered text (see screenshot attached).
The idea is to move the text you see in the red box towards the left but keep it centered.
Text is located in the footer.
I have logged into your website and it seems that you have added the text in the
tag that’s why it is displayed like this. Please try removing 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.
Thanks for the answer. It did not look good indeed. But I accidentally removed the <center> tag and the link you added (lef) in the HTML box. How should I correct this to have the text floating a little bit on the right as you suggested?