treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Vertical center of vertical menu items

  • Hi,

    I have a vertical menu and I need to center the child items on the parent node, let's say it's a normal menu:

    menu1
    menu2 > submenu1
    menu3 submenu2
    submenu3

    and I need to have it like this;

    menu1 submenu1
    menu2 > submenu2
    menu3 submenu3

    Can someone help me ???? =(
  • Would you possibly be able to make a test case on http://codepen.io/ so we can see what exactly is going on?