Hello @sandip88 ,
I could not find url with issue on provided url.
Can you try again by saving the editor data, clearing the cache plugin data and also clearing the browser cache. If you are using CDN, you may need to clear cache from it too. This should work like Progress Bar Demo
Best Regards!
Thread Starter
sandip
(@sandip88)
Hi @codersantosh
Thanks for your reply.
Here is the new URL: https://wordpress-471260-1726925.cloudwaysapps.com/neve-theme-test/.
I have tried everything mentioned above but all these things didn’t work for me.
How can I fix this?
Thank You.
Hello @sandip88 ,
The CSS on your site is causing the issue
article {
word-break: break-word;
}
You can add this CSS on Appearance => Customize => Additional CSS to fix it.
.gutentor-element-progressbar-text {
word-break: initial;
}
Best Regards!
Thread Starter
sandip
(@sandip88)
Hi @codersantosh
Thank You So much. The progress bar is now loading perfectly.