• Resolved Zeus23

    (@zeus23)


    Hello All.

    I am using Twenty Eleven theme and would like to split the top menu into 2 sections, left section and right section.

    So that i can have 2 link / drop down menu centered left and 2 centered right.

    Anyone know how to accomplish this.

    Thanks in advance.

    /Zeus

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use a custom menu and add “Css Classes”, create a menu Appearance > menu, add it to the primary location, then on one of the menu items, [ Screen Options ] check CSS Classes, try adding alignright to one of the menu items and see if it works.

    Example of using menu Css Classes, you would add alignright to the menu item.

    I have just tested the theory, but the access li style is overloading the alignright, and you will have to use a child theme, then add

    .alignright {
       float: right !important;
    }

    Then add the class to the menu items!

    HTH

    David

    Thread Starter Zeus23

    (@zeus23)

    Thanks for your answer, it put me right direction.

    Found this tread that solved my issue : https://www.ads-software.com/support/topic/menu-item-align-right?replies=17

    CSS Classes really worked for me! thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Split top menu into right and left.’ is closed to new replies.