Site logo

Archived topic

Aligning Custom HTML

1 reply · Started by Mihail on December 3, 2022

Viewing posts 1–2 of 2

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.

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;
}
This archived topic is closed to new replies.