• Resolved joepvanderpijl

    (@joepvanderpijl)


    hi, if you click on portfolio, you only see 5 subpages (down to Wilfred), while there is a 6th one (Duuk) too which is not visible here. how can I arrange this ?

    thanks !

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    This issue is caused by the slideshow plugin/script that you have on that page.
    For some reason the slideshow slides have a CSS z-index of 100, while the dropdown menu lists in the theme have a z-index of 99. 100 beats 99, so it goes over the menu.

    A simple fix would be to either increase the z-index in the theme or decrease the one for the plugin. Go to Appearance > Customize > Additional CSS and add ONLY ONE of these two options:

    #container .sf-menu ul { z-index: 101; }

    .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover { z-index: 10 !important;

    Best regards,
    Dumitru B.

    Thread Starter joepvanderpijl

    (@joepvanderpijl)

    hi Dumitru, thanks ! I tried both but unfortunately no result… you see another option ?

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,
    That is a bit odd.
    Try adding this code too, it should do the trick:
    #site-masthead {z-index: 110; }

    Best regards,
    Dumitru B.

    Thread Starter joepvanderpijl

    (@joepvanderpijl)

    super ! now it works fine, thanks a lot !!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu dropdown not completely visible’ is closed to new replies.