Home Forums WoodMart support forum HTML to align left a centered text

HTML to align left a centered text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #235292

    BertranddesmetsWM
    Participant

    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.
    #235340

    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.

    #235348

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the quick reply. Done.

    #235374

    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.

    #235383

    BertranddesmetsWM
    Participant

    Thanks

    #235508

    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.

    #235649

    BertranddesmetsWM
    Participant

    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,

    #235732

    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.

Viewing 8 posts - 1 through 8 (of 8 total)