Home › Forums › Gillion Theme › Missing avatar in mobile view
Home › Forums › Gillion Theme › Missing avatar in mobile view
Hi Pako,
Thank you for your question.
Could you please share me the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi there,
Sure, here it is:
http://new.trainlikeabadass.com
Please find private info attached.
Regards.
I visited your shared site and saw this is happening because of the below custom CSS code that you are using on your site with Yellow Pencil editor.
#content .blog-grid-small:nth-child(3) a:nth-child(1){display:none;}
To resolve the issue, please remove the above CSS code from Yellow Pencil Editor as described in the below pages.
https://yellowpencil.waspthemes.com/docs/managing-changes-on-entire-website/
https://yellowpencil.waspthemes.com/docs/managing-the-element-styles/
I did reset YellowPencil settings and made them from scratch. However, the problem came back.
Now, I can’t find the custom CSS code you mentioned above.
Could you have a look into this for me, please?
Thank you.
I visited your shared site and it’s displaying fine for me as shown in the attached screenshot.
Please test it clearing your browser cache.
Solution for this topic
Yes, it is expected behaviour on smaller screen sizes.
If you want to display author avatar image on smaller screens then try 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
#page-container .post-author-image { display: inline-block !important; }
Sorted, thank you. 🙂
You are most welcome here 🙂