Site logo

[Support request] Aligning Custom HTML

Home Forums Support [Support request] Aligning Custom HTML

Home Forums Support Aligning Custom HTML

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2448382
    Mihail

    Hello,

    I am trying to left align Custom HTML block in my post, but it keeps getting center aligned. I also added Additional CSS is: .weight-loss-table-of-contents class, and it is centered right now.

    https://imgur.com/97sTFp7

    I added temporary credentials for the post below.

    #2448965
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to remove the left margin and padding from that list element:

    ul.weight-loss-table-of-contents {
        margin-left: 0;
        padding-left: 0 !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.