• Resolved bsoemy

    (@bsoemy)


    Just wondering how I can adjust the document name font size beneath the thumbnail? It’s super tiny and I’d like to enlarge it. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I did it by overriding the CSS in the Plugin “Custom CSS” settings with the following:

    .document-gallery .document-icon a {
    font-size: 13px;
    line-height: 14px;
    }

    I hope this helps!

    Bazmondo

    (@bazmondo)

    Worked for me thanks ??

    Now just need to work out how to make the Thumbnails bigger!!

    Try this.

    .document-gallery .document-icon img {
    width: 65px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust Doc Name Font Size?’ is closed to new replies.