New Topic

java hover menu issues

Home › Forum › Help › java hover menu issues

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1061
    StartupWP
    Keymaster

    The menu is 100% CSS. Here’s what you need to adjust though:

    nav li ul {
      top: 27px;
    }
    #1062
    allenu
    Participant

    Thanks for the quick response!

    Still teaching myself – give me a hint and save me some time with firebug; which class?

    #1063
    StartupWP
    Keymaster

    The code supplied above is the complete solution, just copy and paste:

    https://startupwp.com/topic/customizing-your-theme/

    You could of course narrow it down to:

    header nav li ul {
      top: 27px;
    }

    We will be improving IDs, classes and the HTML5 structure more in future releases.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.