Support » Themes and Templates » Lightword 2.0.0.4. dropdown issue

  • Hi,
    since the last two Lightword-updates I have an issue with three of my dropdown-menues. They worked fine before, but now they won’t open.

    What should I do?

    Thanks! Phil

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the exact same issue. No matter what i do it looks like this:

    HOME | Button 1 (dd works) | Button 2 (dd works) | Button 3,4,5, etc. (dd broken)|

    Only the two first buttons after HOME button works with dropdown menues… i really need dropdown on all buttons!

    I was having the same problem… a little trial & error and I found that on the Stylesheet – style.css, the version 2.0.0.4 code was missing position:relative; that was contained in the version 1.9.9.7 code.

    Original 2.0.0.4 Code
    ul#front_menu{float:left;text-transform:uppercase;margin-top:-4px;height:36px !important;z-index:-10;}

    My Modified 2.0.0.4 Code
    ul#front_menu{float:left;text-transform:uppercase;position:relative;margin-top:-4px;height:36px !important;z-index:-10;}

    Adding that to style.css seems to have fixed the problem for me. Hopefully it will help you out as well.

    As a reminder, you’ll need to refresh your page after doing so to confirm if the changes actually took place.

    thank you so much that really solved it for me:D

    THANKS!!!

    thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lightword 2.0.0.4. dropdown issue’ is closed to new replies.