about categories

  • Unknown's avatar

    hi ,
    i have the theme called : ” Twenty Eleven “
    i try to do categories below the : “travel ” in the main menu and its not working . in the chat say to me that i have a old theme and because of that i can do that and i need to change the theme , i didn’t want because i love my theme so what can i do ? Perhaps there is a solution with css ?
    please help me :)

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

  • Hi there!

    It looks like there may have been a little confusion about Twenty Eleven – it does support submenus :)

    The problem you’re facing is actually the in the CSS you’ve already saved. You have a few different styles that apply overflow: hidden to your menu – so the submenu is there, but it’s invisible.

    Under My Site > Customize > CSS, remove the parts that say overflow: hidden.

    #access {
    	overflow: hidden;
    }

    You have this twice, remove them both, and:

    #access ul {
    	overflow: hidden;
    	text-align: center;
    }

    This centers your menu, but you don’t need the overflow: hidden part. Remove that line.

    Then you should be able to Save & Publish and see your menus :)

  • The topic ‘about categories’ is closed to new replies.