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!
It appeared to move over but the image isn’t getting bigger – http://dev.seeitmarket.com/author/chris-kimble/
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!
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;
}}
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!
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!