• Resolved davidsculbertson

    (@davidsculbertson)


    Is it possible to wrap the titles under the icons?

    So, instead of: Rolling Stone, May 2015

    It’s:

    Rolling Stone
    May 2015

    Ideally, with the text centered.

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

    (@danrossiter)

    Hi David,

    You can do this by writing your title as “Rolling Stone<br/>May 2015”. In terms of centering, if your theme is not already centering the title text for the documents, you can achieve this with the following content in the Custom CSS box at Dashboard -> Settings -> Document Gallery:

    .document-gallery .title {
        display: block;
        text-align: center;
    }

    -Dan

    • This reply was modified 9 years, 5 months ago by Dan Rossiter.
    Thread Starter davidsculbertson

    (@davidsculbertson)

    Very helpful. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wrap Titles?’ is closed to new replies.