• Hello,

    I am trying to center one menu item on a custom menu I created for twentyeleven.

    Previously, when I was trying to display menu items at the right of the menu, I ended up editing the css at the Edit.css page of the appearance section of the dashboard (Custom CSS plugin) and added the following lines of code :

    li.become-far-right {
    float:right!important;
    }

    …then added the code :

    become-far-right

    To the CSS Classes field of the menu item in custom menu section of the dashboard.

    It worked perfectly.

    So now I thought I’d add the the following lines of code :

    li.become-center {
    float:center!important;
    }

    …then add the code :

    become-center

    To the CSS Classes field of the menu item in the custom menu section of the dashboard.

    …but it does not work.

    =(

    Anyone has a suggestion to accomplish this?

    Thanks for feedback

    PS – Menu item I am trying to center is “blog” in menu bar at :

    http://becomebecome.com/

    Thanks again

  • The topic ‘TwentyElven – Center Menu Item’ is closed to new replies.