Site logo

Archived topic

Sub navigation

5 replies · Started by sjoerd89 on December 27, 2016

Viewing posts 1–6 of 6

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

Yes i am using the click option

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";
}

Dang hand me over your CSS Skills! ;)
Thanks so much! and happy new year to you soon.

Sjoerd

You're welcome! You too :)

This archived topic is closed to new replies.