Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    How about the following?

    .document-gallery .document-icon { position: relative }
    .document-gallery .document-icon .title {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    -Dan

    Thread Starter ceyon

    (@ceyon)

    thanks it works with one column.

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