Okay
  Public Ticket #571111
Broken top menu navigation
Closed

Comments

  • Nikola started the conversation

    Hello,

    It seems that I have found a bug in your top menu navigation. The screenshots should do the work of explaining of what is going on, but basically, underneath the navigation another empty, transparent div appears. Any website content that comes beneath it is unclickable. For example, if I scroll down to a section containing a link, it cannot be clicked because it is overlaid by this div.

    Hope you guy can fix this in a near future release.

    Kind regards,

    Nikola

  •  8,990
    Tahir replied

    Hey ,

    This is a known issue and will be fixed in the upcoming theme update.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .midnightHeader.default {
        transform:none !important;
    }

    Thanks


    ThemeNectar Support Team