Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi bvheesch

    This is bug, missing style rules ver 1.250

    Please try below

    style.css 1521行

    .enable-keyboard #access li:hover li{
     clip:auto;
     position:static;
    
    }

    Change below ( from static to relative )

    .enable-keyboard #access li:hover li{
     clip:auto;
     position:relative;
    
    }

    I will fixed next version Raindrops

    Thank you.

    Thread Starter bvheesch

    (@bvheesch)

    Thank you for the support, it works now fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with Two-level menu’ is closed to new replies.