• Resolved Pierre34

    (@pierre34)


    Hello

    Great plugin ! Easy install and plenty of value.

    Not an expert in WP, looking for a way to reduce the gravatar images to 42px in CSS if possible please.

    Thanks a lot

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pierre34,

    Your CSS is overriding the plugin CSS. You could try this to help fix your issue:

    .idea-author-profile-image {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    margin-right: 8px !important;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.3) !important;
    vertical-align: middle !important;
    object-fit: cover !important;
    display: inline!important;
    }

    .admin-star-outer {
    margin-top: 18px !important;
    }

    But it would be best to remove your existing important styling

    Thread Starter Pierre34

    (@pierre34)

    Hi,

    What an amazing customer support !

    Thanks a lot

    Pierre

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    No worries, glad I could, have a nice weekend!

    Thread Starter Pierre34

    (@pierre34)

    Hi,

    Very sorry but could you please indicate what to change so as to remove our gravatar size styling please ?

    Thanks

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pierre34,

    This will be coming from you theme or other plugins. Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘User image (gravatar) size’ is closed to new replies.