www.beerandcroissants.com.au

  • Unknown's avatar

    I have set up a custom menu to have drop downs.

    e.g. Travel with Me is a category and is on the main line of the main menu. I have set up sub items e.g. Asia, Europe, North America etc ..Asia and Europe are the only ones that have posts attributed to them at the moment. They are in my custom menu in the hierarchy under Travel with Me and are selected as categories in the post itself. Why are they not showing in the main menu to select from ?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The dropdown is there but it’s displaying behind the content for some reason:

    http://d.pr/i/2tkv

    I suspect it’s a z-index issue but haven’t quite sorted out the solution yet. I’ll repost here once I have.

  • Unknown's avatar

    This CSS worked in my test:

    #masthead:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }
    .main-navigation {
    	overflow: visible;
    }
    .main-navigation ul ul.sub-menu li {
    	right: 0;
    }
  • Unknown's avatar

    awesome, thank you very much !

  • The topic ‘www.beerandcroissants.com.au’ is closed to new replies.