• Resolved mliddle

    (@mliddle)


    Is it possible to add borders around each tumbnail and description. That is, can a thumbnail and description be together in a box, clearly indicating what description goes with what image?

    If that is not possible is it possible to increase spacing between thumbnails?

    Thanks!

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

    (@danrossiter)

    Hi mliddle,

    Yes, definitely possible. You’ll need to add a bit of custom CSS to make that happen, but I can get you in the region of what you’re looking for.

    If you navigate to Dashboard -> Settings -> Document Gallery and scroll to the bottom, you’ll see a Custom CSS text block. In that block, you can paste the following to get borders. You’ll probably want to tweak the very simple effect, but hopefully this gets you in the right direction.

    .document-icon-row.descriptions { border: 1px solid }

    -Dan

    Thread Starter mliddle

    (@mliddle)

    That worked perfectly, thank you!

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

The topic ‘Add borders between items’ is closed to new replies.