HTML to align left a centered text
-
Hi,
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.
Thanks for the help!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please deactivate the maintenance mode to check it myself and help you out accordingly.
Regard’s.
Xtemos Studios.
Hi,
Thanks for the quick reply. Done.
Hello,
I have visited your website.
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
Hello,
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.
Best Regards.
Hi,
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?
Sorry about that confusion.
Regards,
Hello,
I have visited your website and the text is already displayed as you wanted it to be displayed.
Screenshot for Clarification: https://ibb.co/S69GCLD
It seems that you have managed to achieve what you required??
Best Regards.