Author image on author page larger

Posted in: Newspaper
Post count: 21

How can I get the author image on the author page a bit larger?

Post count: 22421

Hello,

If you want a larger image, you will first have to increase the thumb size here: https://www.screencast.com/t/9tfi2IlrTdD
Let’s assume we want a 256px image. I would then increase the max width to 256px by using css:

.author-box-wrap .avatar{
max-width:256px;
}

But now we also need to increase the margin for the text and social icons for them to position properly:

.author-box-wrap .desc{
margin-left: 270px;
}

You can add the css codes in the theme panel-> custom css box

Thank you!

Post count: 21

It appeared to move over but the image isn’t getting bigger – http://dev.seeitmarket.com/author/chris-kimble/

Post count: 22421

Hi,

Your site requires a password to access. If you want to contact us privately to provide it, you can do it via email at contact@tagdiv.com
Please include a link to this topic so we can identify you though.

Thank you!

Post count: 21

We got it working on the desktop version but the mobile version of the author page isn’t looking well. Here is the CSS I am trying but it still looks very bad on mobile:


@media
(min-width:767px) {.author-box-wrap .desc {
margin-left: 17px !important;
}}

https://www.seeitmarket.com/author/mark-newton/

Post count: 23312

Hello seeit18,

I have inspected your website and I saw that you have some errors through your console and also, I noticed that you are using some untested plugins, like autoptimize which can break the theme functionality because it’s not a tested plugin, sorry! Try to disable all of these, clear all the caches and check the results.

Thanks for your understanding!

Post count: 21

What optimizing plugins do you recommend with your plugin?

Post count: 23312

Hello seeit18,

Our recommendation to optimize your website is our useful tutorial from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks for your understanding!

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