• Next question: I managed to change the direction of the main menu, i.e. the child menus open to the right not to the left. Putting this code into the style.css of the child theme did the job:

    #main-menu-right ul ul li:hover > ul {
        width: 260px;
        margin-left: 260px;
    }

    But….now the mobile menu shifts all child items to the right.

    Is it possible to let the child menu item open to the right, without affecting the mobile menu?

Viewing 1 replies (of 1 total)
  • Theme Author kevinhaig

    (@kevinhaig)

    Since the full menu system was designed to float right, it was a design choice to have sub menus slide left. This allows sub menus on the furthest right menu item.

    Otherwise those subs would slide out of the content area.

    It is possible to change the design in a child theme, but I will leave that to you. Sorry but as I am sure you can appreciate, I do not do custom coding requests.

Viewing 1 replies (of 1 total)
  • The topic ‘Change navigation menu’ is closed to new replies.