Hello There,
Thanks updating in! I have inspected your page and I see several invalid codes added in the page. Please check out my screenshots: https://prnt.sc/hyrvgv, https://prnt.sc/hyrvmh
These JS codes should be added in the right place to prevent any conflicts in your site. I also noticed that your custom JS code is using an invalid quotes:
The correct one should be:
jQuery(function($){
$('.x-navbar').prepend('<div class="x-custom-topbar">Content here</div>');
});
All of these errors may have contributed to the issue at hand. Please understand browsers renders the page content differently as they have different browser engine. It may work in work but pose a big issue in other browser. Would you mind providing us your login credentials so that we can investigate further?
Thank you in advance.