Hi,
Something weird happens on my website: on the homepage, I have a row with 2 columns. The 1st column is 2/3 and the 2nd one is 1/3. This 2nd column includes a sidebar created in widgets.
This sidebar is blurry on Chrome as you can see on this screenshot https://ibb.co/kSpBSfy or if you check by yourself http://www.coupdepoker.com on Chrome. I double-checked if this was happening on Firefox but no. If I’m logged in or not doesn’t make a difference. And I didn’t see other sidebars blurry like this one.
Can you kindly help?
I have the same issues and only with chrome…
Website: https://www.vastraingelstad.se/
-
This reply was modified 7 years by
Skojverket.
When I do a F5 refresh, the text turns sharp and normal for a tenth of a second, then it turns all blurry again…
Why isn’t all text on my website blurry, just here and there?
Website: https://www.vastraingelstad.se/
Seems only parts or sections are affected, and only in Chrome update 72
[help] Text appearing kind of blurry or fuzzy since updating last night. from chrome
I tried various fixes but no positive result – https://forum.ghost.org/t/entire-web-page-stuck-in-blurry-state-screen-capture-video-included/5482
Nope…
Do you have a solution?
It only appears on my second monitor connected to the laptop, not on the laptop.
And only in chrome.
Hi,
I believe we have identified the issue that is causing the blur, it is a CSS issue. try entering this code in the theme panel custom CSS section and check if it solves it
.td-pb-span4 .wpb_wrapper,
.td-pb-span4 .td-ss-main-sidebar {
perspective: unset!important;
}
Before a definitive solution is found try this temporary fix. Let me know.
Thanks
Hi Simion,
It works!
Great job, thanks for outstanding support, as always.