Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276242
    JfantasyBooks
    Participant

    Hey there, Themeco Team!

    Name: JFantasyBooks
    Site: Fantasy-Books
    Site Url: https://fantasy-books.live
    WordPress Version: 4.6.1
    X Version: 4.6.4
    Cornerstone Plugin Version: 1.3.3

    Problem:

    So, when I use the author element, it seems to work fine. But, when the users on my site change their profile, and don’t use the gravatar/standard photo, it shows up as much larger. That size is not only disproportionate, it touches upon the text describing the author.

    You can see an example here: https://fantasy-books.live/about/ … That larger profile picture occurs from when the user uploads a profile picture and doesn’t rely on their gravatar.

    #1276266
    Rupok
    Member

    Hi there,

    It seems the images contains inline style (width and height). You can add this under Custom > CSS in the Customizer.

    .x-author-box .avatar {
      height: 90px !important;
      width: 90px !important;
    }

    Cheers!

    #1276310
    JfantasyBooks
    Participant

    thanks

    #1276316
    Rupok
    Member

    You are welcome. Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1276242 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>