[Support request] How do move the TXT in a list (ul) to the left?

Home Forums Support [Support request] How do move the TXT in a list (ul) to the left?

Home Forums Support How do move the TXT in a list (ul) to the left?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2324450
    Robert

    Hi

    I just wanna ask how to add a CSS code into my page that will move the TXT in a list

    to the left?

    Now are the small points on the left, but the TXT’s are in the center:

    https://snipboard.io/XOyfHQ.jpg

    Thx
    Robert

    #2324542
    David
    Staff
    Customer Support

    Hi there,

    thats something you probably want to ask Elementor, as they may have some controls for the icon box that stop the text-align center from affecting the list.

    But if they can’t help, try adding this CSS:

    .elementor-widget-icon-box .elementor-icon-box-wrapper ul {
        text-align: left;
    }

    Or this if you want to kept the list centered with the bullet aside of it:

    .elementor-widget-icon-box .elementor-icon-box-wrapper ul {
        text-align: left;
        display: inline-block;
        margin-left: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.