Missing avatar in mobile view

Home Forums Gillion Theme Missing avatar in mobile view

Home Forums Gillion Theme Missing avatar in mobile view

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • pako
    Participant

    Hi there,

     

    I’ve got a problem with Blog slider element in mobile view. Simply, one of the entry is missing avatar.

     

    Please see screenshot attached.

     

    Could you have a look into this for me, please?

     

    Pako.

    Attachments:
    You must be logged in to view attached files.

    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

    pako
    Participant

    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/

    pako
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.

    pako
    Participant

    Hmm. While I set up YellowPencil editor for the screen 500 px and below, I also can’t see the avatar.

     

    Is this a feature of the theme?

     

    Please see the screenshot attached.

     

     

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    pako
    Participant

    Sorted, thank you. 🙂

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)