• Resolved Hekwos

    (@hekwos)


    In order to left align image texts I applied this CSS:

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

    This worked to left aligh the image texts. But something new also followed. 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 topic was modified 4 years, 8 months ago by Hekwos.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can just add padding-bottom: 0px; and margin-bottom: 0px; in that same block and it should decrease the spacing under the image captions. Can adjust the 0px values to your liking of course.

    Thread Starter Hekwos

    (@hekwos)

    That worked excellently!

    Thank you once again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space beneath image texts’ is closed to new replies.