Okay
  Public Ticket #1031091
Menu Bar Cross over Logo Randomly
Closed

Comments

  • Naveed started the conversation

    Hello Again, 

    The menu nav bar menu items, at extremely random/inconsistent times, overlaps with the logo. I've tried on multiple browsers & computers and this random issue can occur on any device/browser for some reason. Some days, it won't do it. Or after visiting several pages, it does the same thing. To make it go away after it is overlapped, could take just one or multiple refreshes to get back to normal. This occurs sitewide and I've tried to reinstall the theme as well.  (please see attached screenshot for example)

    Please let me know if there are any fixes. I am desperate to get this website up and running live. 

    Thanks in advance. 

  •  8,998
    Tahir replied

    Hey Again,

    Try adding this JS code in the Google Analytics Section in Salient Theme Options Panel :

    <script type='text/javascript'>
    jQuery( document ).ready(function() {
    setTimeout(function(){ jQuery(window).trigger('resize'); },300);
    });
    </script>
    

    Bes.t


    ThemeNectar Support Team