Okay
  Public Ticket #1632496
Page scattered in Firefox 61.0
Closed

Comments

  •  2
    Vit Spisek started the conversation

    Hi Paul,

    After updating Firefox to the latest version (61.0), the right column with the main menu jumps to the right side of the screen - it is happening even in the sample Kathy site at Themeforest. All is good on other major browsers and older versions of Firefox. Please refer to the image in the attachment.

    Any ideas?

    Cheers,
    Vit


  •  291
    Paul replied

    Hi Vit!

    The latest version of Firefox somehow treats the percentage calculation of the "margin-right" differently than before.

    To solve the issue, please try applying this custom CSS:

    #main-container {
        float: left;
    }

    Regards,
    Paul

  •  2
    Vit Spisek replied

    Hi Paul,

    Thanks for the quick reply and solution - worked like a charm.

    Cheers,
    Vit

  •  291
    Paul replied

    You're welcome, Vit! Glad I could help!