• Resolved Hekwos

    (@hekwos)


    In both the posts I have published, I have specified with the left alignement button that comes on top for each image, that it all goes to the left. The image text remains center aligned though. How do I align the image text to the left?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • do you want all image texts (image captions) to be left aligned?

    if yes, add this via ‘Additional CSS’:

    .wp-block-image figcaption {
        text-align: left;
    }
    Thread Starter Hekwos

    (@hekwos)

    Fantastic. It worked like a charm. Thank you for that!

    But something new happened. The space or “air” that follows beneath the image text has increased to become quite much. Is there any way to make that space less?

    The best would be if it was equal to the normal spacing between paragraphs.

    • This reply was modified 4 years, 8 months ago by Hekwos. Reason: New problem arose
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left align image text not working’ is closed to new replies.