author image

Home Forums Gillion Theme author image

Home Forums Gillion Theme author image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • lukedodson
    Participant

    My author images are too large – and the words also overflow.  How do I fix this?

     

    http://johnnyjet.staging.wpengine.com/

    Hi @lukedodson,

     

    I hope you are well today and thank you for your question.

     

    You can reduce their size by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-meta .post-auhor-date img.photo {
        max-width: 31px;
    }

     

    Best regards,
    Shufflehound team

    lukedodson
    Participant

    Cool!  How do i make the images circular? Like the theme example? they are square right now

    Use below custom CSS code to display them rounded corner.

     

    .post-meta .post-auhor-date img.photo {
        border-radius: 5px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)