• Closed
  • Tanya Maynard
    Spectator
    June 24, 2016 at 12:53 am #28575

    Is there are way to make the post author avatars bigger. Looks like they are scaling to 30×30, which is too small to even see what it is. Does anyone know the custom css I can add to make them bigger?

    Denzel Chia
    Moderator
    Posts: 2656
    June 24, 2016 at 2:20 am #28580

    Hi,

    You can use the following in Theme Options -> Custom CSS

    .avatar {
    width: 90px !important;
    }

    Thank you.

    Tanya Maynard
    Spectator
    Posts: 3
    July 2, 2016 at 12:10 am #28731

    Awesome thanks for this.

    Couple more for ya

    1. I am using the grid layout for blog posts on the homepage but the author avatars don’t show. Is there a way to make them appear?

    2. For some reason in this layout it only shows 6 posts on the homepage so now there is a big white gap before the end of the page. I went in the settings and choose to show more than 6 but it’s not working.

    Denzel Chia
    Moderator
    Posts: 2656
    July 2, 2016 at 8:58 am #28733

    Hi,

    Please post your website URL.

    1. I am using the grid layout for blog posts on the homepage but the author avatars don’t show. Is there a way to make them appear?

    I don’t think there is author avatar built into grid layout. You will need to contact us for this customization.
    via https://theme4press.com/theme-customization-service/

    For some reason in this layout it only shows 6 posts on the homepage so now there is a big white gap before the end of the page. I went in the settings and choose to show more than 6 but it’s not working.

    How is your homepage setup? is it by using a static page and blog shortcode? or default which is showing your latest posts?

    If blog shortcode, you need to change the number_posts attribute. If it’s your latest post, the setting is in Settings -> Reading -> Blog pages show at most

    Thank you.