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

    (@danrossiter)

    Hi Hbjeffery,

    It looks like you’ve modified the stylesheet a little bit.

    The lines that read:

    div.document-icon{
      display: center;

    should read:

    div.document-icon{
      display: inline-block;

    If you change that, everything should work.

    I’m going to mark this as resolved, but if your problem persists, feel free to get back with me.

    -Dan

    Thread Starter Hbjeffery

    (@hbjeffery)

    Awesome that worked. Any way to center them (aka put them in column 2 and 3)?

    Thanks,

    Dylan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Glad to help!

    If you want the icons to center on your page, you’ll need to add the following to your theme stylesheet:

    .document-icon-wrapper{ text-align: center }

    I would suggest not directly editing the plugin stylesheet since any updates released will overwrite your work.

    -Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons not in columns.’ is closed to new replies.