How to make profile images bigger size?

Posted in: Newspaper
Post count: 24

Hello,

Would like to make the user profiles a bigger size as they have become too small since updating the newspaper theme. Please advise how I can do this?

http://crowdink.com/author/rowena-nagy/

Kind Regards,
Brenton.

Post count: 22421

Hello,

The size should be 96 px but yours seems to force a 64 px width.
Try to add this css in your theme panel-> custom css box:

.author-box-wrap .avatar{
max-width:96px;
width:100%;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.