Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Simple Share

    (@davidoffneal)

    Hey,

    It looks like your theme is forcing the images to display:block. This is unfortunately due to the overwhelming request to amend the div from an id to a class.

    Fortunately it can be fixed for you pretty easily. Please add the following to your CSS.

    img.ssba {
    display: inline !important;
    }

    Thanks,

    David

    Thread Starter mlavoraperry

    (@mlavoraperry)

    Thanks! That worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSBA (Mis) Aligning Vertically’ is closed to new replies.