• I’m new at this so please be patient and kind. ??
    I’ve created a page which contains a List Block. When I’m creating it, it looks Left Justified. When I Update and view it, the text is centered which looks odd. I can’t figure out how to make the List Block be Left Justified.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @flyntm – Try opening the customizer and adding the following CSS:

    div.wp-block-media-text__content > ul > li {
        text-align: left;
    }

    If the above doesn’t work, you can also add !important to <i>force</i> the use of the text-align property.

    ~ Cais.

    Thread Starter flyntm

    (@flyntm)

    Thanks Edward! That did the trick and I learned a little in the process. What a deal!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List Block – Left Justify’ is closed to new replies.