• Resolved bhale7

    (@bhale7)


    Hi, I’m using a child theme for twenty eleven and I can’t get the sub-menu to look right. My site is:

    http://elitegamingcomptuers.com

    If you hover over ‘Buy’ there is one submenu that sits on top of the main menu. And, if you hover over ‘Guides’ and then over ‘Components’ you’ll see that there is a list of options that are stacking on top of each other.

    It just looks really weird and I can’t figure out what #access command I need to change. Any help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Inspect element in Chrome is a great tool, there you can change loads of stuff and see how it will look on a live site. 🙂 Try changing this:
    1. #access ul ul – change top to be 100% instead of 3.3333em
    2. #access ul ul ul change top to be -10px instead of 0
    3. add this line

    #access ul ul ul li{padding:11px 0}

    Hope that helps. 🙂

    Thread Starter bhale7

    (@bhale7)

    This helped me out a ton. I was able to format everything the way I wanted it! And it looks good on all of the browsers.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Eleven Child Theme – Sub-Menu Bars not looking right’ is closed to new replies.