Hello -
For some reason my “about me” photo isn’t showing up when you view my site on mobile. Can that be fixed?
Thanks
Hello -
For some reason my “about me” photo isn’t showing up when you view my site on mobile. Can that be fixed?
Thanks
Hi David,
Thank you for writing in! By default, the author avatar is hidden in smaller screens. To display it, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
@media (max-width: 480px){
.x-author-box .avatar {
display: block;
margin-top: 5px;
margin-right: 15px;
}
}
We would love to know if this has worked for you. Thank you.
Worked perfect, thank you sir.
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.