Home › Forums › Gillion Theme › Read timer on mobile widget
Home › Forums › Gillion Theme › Read timer on mobile widget
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
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.
You’re right!
Glad it is also working fine for you!
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; }