• Resolved JayPatrol

    (@jaypatrol)


    Hi

    This plugin is going add massive value for our sites.

    Thank you so much for its development.

    Can you please take a look at our page and let me know if you are able to diagnose why we have alignment problems on the pages with images?

    The shortcode in use is:

    [authors_list style=”2″ columns=”4″ orderby=”last_name” order=”ASC” show_count=”no” show_bio=”no” avatar_size=”300″ title_element=”h4″]

    The page I need help with: [log in to see the link]

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

    (@wpkube)

    Hi @jaypatrol

    You’re welcome, happy to hear that.

    The theme applies margins to images so it affects the images from the plugin as well.

    Add this in WP admin > Appearance > Customize > Additional CSS:

    .authors-list-item-thumbnail img {
        margin: 0 !important;
    }
    Thread Starter JayPatrol

    (@jaypatrol)

    That worked – thank you so much.

    Plugin Author WPKube

    (@wpkube)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment problem with thumbnails and overlays’ is closed to new replies.