Read timer on mobile widget

Home Forums Gillion Theme Read timer on mobile widget

Home Forums Gillion Theme Read timer on mobile widget

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • borishar
    Participant

    Read timer on mobile widget is skipping to the next line

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

    Solution for this topic

    Hi @borishar,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by 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

     

    body.single #sidebar .post-readtime {
        display: inline-block !important;
    }

     

    Best regards,
    Shufflehound team

    borishar
    Participant

    This didn’t help. Code is still there.

    It is working fine for me as shown in the attached screenshot.

     

    Please test it clearing your browser cache or using a different browser.

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

    borishar
    Participant

    You’re right!

    Glad it is also working fine for you!

    borishar
    Participant

    https://totalscam.com/hello-world/

     

    Actually it does not. I tried on various mobiles.

    Now you are displaying it differently on your shared site so please use the below CSS code to resolve the issue.

     

    #page-container .post-readtime {
        display: inline-block !important;
    }
Viewing 9 posts - 1 through 9 (of 9 total)