Sub Menu point right
-
Hey there,
Default for Gridframe’s Sub Menu, is to point left, in second tier nav.
Can we make it point right instead?.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul {
right: calc(100% + 20px);
left: auto;
}If I swap left and right, I can start to make it happen:
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul {
left: calc(100% + 20px);
right: auto;
}I’m wondering if there’s an easier way.
Thanks for any help,
-eThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sub Menu point right’ is closed to new replies.