• Resolved nadbuchanan

    (@nadbuchanan)


    Hi

    The outlining circle around the thumbnail seems to be slightly off. Any idea what can be done to fix this?

    You can see it a quarter of the way down my page, presswest.com

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

    (@amothemo)

    Hi Nadbuchanan,

    Your theme overrides plugin’s CSS on figure HTML element.
    You need to add this block to your CSS:

    .amoteam-tiles__item figure {
    margin: 0;
    padding: 0;
    }

    or this one:

    .amoteam-tiles__item figure {
    margin: 0;
    padding: 0 !important;
    }

    You can add custom CSS in this WordPress’ admin section Customize -> Additional CSS.

    Plugin Author Oleg Goltsev

    (@amothemo)

    I’ll also add this fix in the next plugin version (when it will be ready).

    Thread Starter nadbuchanan

    (@nadbuchanan)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why is the circle outline for Style 2 off center?’ is closed to new replies.