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

    (@phoenixmagoo)

    Hey!

    Sorry for the trouble. I think there are two weird bugs going on. 1) The gallery items have a line height set above 1.0 2) For some reason, the containers that are holding the portrait scaled images in the galleries are are 2px too tall. I have no idea why. Like I said, it’s weird.

    Let’s try adding this to your CSS:

    .gallery-icon {line-height: 1.0;}
    .gallery-icon.portrait {margin-bottom: -2px;}

    That’s working for me in Chrome

    Thread Starter mckaywalker

    (@mckaywalker)

    I tried that code and I’m still getting the weird spacing below the images…

    Thread Starter mckaywalker

    (@mckaywalker)

    Thanks Phoenix for the help through email. This code worked, for anyone looking for help:

    .entry-content dl.gallery-item {margin: 0 0 -6px!important}

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

The topic ‘Uneven bottom spacing,’ is closed to new replies.