[Resolved] sub menu not going left when css class set left

Tagged: 

  • Author
    Posts
  • #14883

    nilsbird
    Participant

    Hi,

    nilsbirdtraining.com

    I have set the css classes (optional) to left on a submenu but it is not then coming out to the left on the screen.

    Can you help?

    Thanks,
    David Bird

    #14884

    Andrew Misplon
    Keymaster

    Hi David

    Thanks for reaching out.

    At the moment, the left class is only functional from the top level. If you apply the class to the Webinars menu item it’ll work.

    #14886

    nilsbird
    Participant

    Hi Andrew,

    Appreciate the response.

    Thanks.

    Will you be getting the left function to work on the sub menus in the future?

    David

    #14887

    Andrew Misplon
    Keymaster

    Hi David

    Sure, no problem.

    Are you wanting to make some of your second-level parents open to the left and some open their children to the right?

    #14888

    Andrew Misplon
    Keymaster

    If you’d like to make the final lists left aligned, you can add the following to Customize > Additional CSS:

    .main-navigation .left ul ul li {
        text-align: left;
    }

    That might work as a slightly cleaner look.

    #14890

    nilsbird
    Participant

    Thanks Andrew.

    I’ll have a think about your suggestion.

    David

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘sub menu not going left when css class set left’ is closed to new replies.

Scroll to top