Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Haris

    (@haristonjoo)

    This problem mostly caused by CSS z-index value, and may have a different solution in each WordPress theme.

    You can post your website address here, so we can investigate your problem directly.

    Thread Starter Katrijoo

    (@katrijoo)

    Actually my websites are not completely ready, so I’m not allowed to put the address here. Sorry.

    I’m using the twentytwelve-theme. Is there a solution for this theme?

    Plugin Contributor Haris

    (@haristonjoo)

    Hi,

    Try copy-paste this css syntax to your slideshow “Custom CSS” field:

    .menu-item.menu-item-has-children {
        z-index: 999999 !important;
    }
    Thread Starter Katrijoo

    (@katrijoo)

    Than you! This saved my day! Works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dropdown menu hidden under slideshow’ is closed to new replies.