So on the following websites, the same exact thing is occurring.
https://www.omahacommodities.com/qt-weather/
Some of the text is reversed.
Example:
°F62 it should be 62°F
Each website has the latest Enfold version 4.5.7 and WordPress 5.2.1
I turned off every plugin and the issue still exists. I have other themes with other websites and this doesn’t occur, it only happens when using your theme. I activated a free WordPress Twenty Nineteen theme and the issue doesn’t occur.
Hey qtinfo,
Please try the following in Quick CSS under Enfold->General Styling:
p.temp span.units {
float: none !important;
margin-left: 0 !important;
}
Best regards,
Rikard
Thank you but that doesn’t work….
Hi,
Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over?
Best regards,
Jordan Shannon
ok, yes that fixed some of it.
There’s still areas where its messed up. the mph, other places where it oF.
Why is this happening?
Hi,
Please try this instead:
span.units {
float: none !important;
margin-left: 0 !important;
}
Best regards,
Rikard
that works thank you
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon