Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1107742

    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.

    #1107825

    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

    #1108020

    Thank you but that doesn’t work….

    #1108024

    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

    #1108044

    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?

    #1108194

    Hi,

    Please try this instead:

    span.units {
        float: none !important;
        margin-left: 0 !important;
    }

    Best regards,
    Rikard

    #1108303

    that works thank you

    #1108325

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Content is reversed’ is closed to new replies.