Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WEN Solutions

    (@wen-solutions)

    Hello @dethfire,
    To show notice bar on the top of your site, you should select Position Top Fixed from Notice Bar settings section.
    Now put following line of CSS code in Custom CSS section of your theme.

    .nb-default-wrap.nb-defult-postion-top-fixed{
       z-index: 99999;
    }

    This should do the trick appearing the noticebar infront of other elements.

    Regards.

    Thread Starter Greg Bernhardt

    (@dethfire)

    That worked! I had to switch to .nb-default-wrap.nb-defult-postion-top-bottom though ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loads behind other elements’ is closed to new replies.