[Resolved] Sub navigation

Home Forums Support [Resolved] Sub navigation

Home Forums Support Sub navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #258050
    sjoerd89

    Hi Tom,

    i was wondering if this is possible : https://imgur.com/lx870TE

    So items under the secondary navigation will instead of going under the item go to the right of it.
    Hope the picture makes any sense πŸ˜‰ and hope you had some great days.

    Sjoerd

    #258153
    Tom
    Lead Developer
    Lead Developer

    This is default when using the dropdown hover option: http://docs.generatepress.com/article/navigation-dropdown/

    Are you using one of the click options?

    #258336
    sjoerd89

    Yes i am using the click option

    #258338
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .dropdown-click .main-navigation ul ul ul, 
    .dropdown-click .secondary-navigation ul ul ul {
        left: 100%;
        top: 0;
        position: absolute;
    }
    
    .dropdown-click .main-navigation ul ul .dropdown-menu-toggle:before, 
    .dropdown-click .secondary-navigation ul ul .dropdown-menu-toggle:before,
    .dropdown-click .main-navigation ul ul .menu-item-has-children.sfHover>a .dropdown-menu-toggle:before {
        content: "\f105";
    }
    #258343
    sjoerd89

    Dang hand me over your CSS Skills! πŸ˜‰
    Thanks so much! and happy new year to you soon.

    Sjoerd

    #258495
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! You too πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.