Fresh & Clean menu customization

  • Unknown's avatar

    Website is unopinionated.com

    I’m trying to center the menu. I found this code in other posts:


    #menu-menu {
    display: inline-block;
    }

    .menu-menu-container {
    text-align: center;
    }

    #access {
    padding-left: 0;
    }

    It works, however adds space below the menu items. This can be seen when mouse is hovering over the menu. Any insight on how to fix this?

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

  • Unknown's avatar

    Found the fix. For future reference:


    #menu-menu {
    display: inline-block;
    vertical-align: top;
    }

  • Unknown's avatar

    This thread will be moved to the CSS Forum.

  • The topic ‘Fresh & Clean menu customization’ is closed to new replies.