• Resolved TaskWrangler

    (@taskwrangler)


    I’m trying to style drop-down menus for a custom theme and I can’t get the sub-nav to show up. I’ve tried three different methods and finally just copied the CSS from Twenty Ten and changed the ids and color settings, but that didn’t work either.

    They show up in the HTML, but when I use Inspect Element (in Chrome) to highlight the code, it’s like it’s non-existent on the page. I’ve been fighting with this for a week and I cannot for the love of all that’s holy see why this code isn’t working.

    Here’s the site: https://bauhausonlinecreative.com/artworks

    The drop-downs should be under Services.

    Any help or insight will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The main problem you have is the ‘overflow’ command of the division with the ‘header_right’ ID. If you get rid of ‘overflow:hidden’, the missing ul will display. However, it seems like you’ll still have some adjustments to make. Post back if you’re still having trouble, I’ll try to help.

    Good luck! ??

    Thread Starter TaskWrangler

    (@taskwrangler)

    Thank you so much. It never would have occurred to me to look at the overflow properties. Sometimes it takes two brains. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop-down menus in custom theme not working’ is closed to new replies.