Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #629539

    I’d like to change the size of the author photo on the author archive page. It’s at the top next to the author’s photo. Do I need to do this with CSS or is it a setting in a widget.

    #630372

    Hey endoradigital,

    I’m not sure what you mean by that, I couldn’t see an author picture on the link you posted? Please post a screenshot of what you are referring to.

    Best regards,
    Rikard

    #630783

    Sorry I was told that the photo was not needed, so if I have to enable it again, I’ll ask the question again. It looked like this and we wanted it larger http://kriesi.at/themes/enfold/author/kriesi/

    #631116

    Hi,

    If you ever need it again, try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    span.post-author-format-type.blog-meta img {
        width: 100px !important;
        height: 100px !important;
    }
    
    span.post-author-format-type.blog-meta {
        width: 100px;
        height: 100px;
    }
    
    span.post-author-format-type.blog-meta .rounded-container {
        width: 100px !important;
        height: 100px !important;
    }
    

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.