Sticky Menu display error

Home Forums Vozx – Multipurpose WordPress Theme Sticky Menu display error

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6202

    mrosech
    Participant

    i have paid the theme and it’s looks llike awesome. but i have a problem with the sticky menu. this is not in the foreground. if i’m scroll down, the menu is behind the content and looks bad.

    any ideas?

    the url is in the hidden content

    #6211

    ab-themes
    Keymaster

    Hi,

    this is happening because of small z-index on menu header.
    We already made this little fix and the update will be released in couple days.
    You can fix it really easy, just go to style.css file and in line 1202 there is a code
    looking like this:

    #ABdev_main_header.default, #ABdev_main_header.header_layout_1, #ABdev_main_header.header_layout_2, #ABdev_main_header.header_layout_3, #ABdev_main_header.header_layout_4 {
    padding: 0;
    z-index: 1;
    width: 100%;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    }

    just change z-index value into 9999.
    That is all.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Sticky Menu display error’ is closed to new replies.