• Resolved wpfiend

    (@wpfiend)


    Hello.

    How would I vertically align the thumbnails so that the text-title is aligned with the middle of the thumbnail to the left…??

    Currently, the title-text is at very top for each thumbnail-row and since I am displaying ONLY the title (and not the excerpt nor the date, etc.) there are gaps.

    Here is a screenshot: https://imgur.com/P9zw9eG (sorry about the crude markups)

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    You can achieve that with CSS:

    .upl-list ul li {
      display: flex;
      align-items: center;
    }

    You can use a Custom CSS plugin to enter the CSS code.

    Thread Starter wpfiend

    (@wpfiend)

    Thanks a million Martin.

    That worked perfectly.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘vertical align image thumbnails’ is closed to new replies.