Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

how to modify sub-sub menu direction

Home / Forums / Pinnacle Theme / how to modify sub-sub menu direction

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
November 21, 2016 at 12:08 pm

Hi Ben,

using the following css rule you sent me last time I succeed to invert the submenu of item 2 in primary nav

.kad-primary-nav .sf-menu>li:nth-child(2)>ul>li>ul {
right: 100%;
left: auto;
width: 100px;
}

You can check at http://www.wocmultimedia.biz the main menu item called MULTIMEDIA STORE
But I also need to invert the sub-submenu MULTIMEDIA STORE > MULTIMEDIA GUIDES > SUBMENU (Art & Culture and so on). I tried to modify the sf-with-ul but I’m not able to write a correct rule. Can you please send me a rule to invert also the SUBMENU (Art & Culture and all other items of the list) ?

Besides, I would like to know how to make the main nav menu closer to the logo in case I have to add more elements in a menu (is there any float rule to add?)

Thanks
Angelo

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.