Page 1 of 1

CSS collapse dropdown menu left /right all users

Posted: Tue Aug 09, 2016 5:02 pm
by Danny

Hi,

There is no auto dropdown menu positioning feature in the horizontal menu extension.

We put this at the startup client script.

$(function() {
$(".dropdown-menu .dropdown-submenu").addClass("pull-left");
}

Now we have to modify the css file.

We have to specify the "left" style of that particular ul.dropdown-menu as -100%.

Has someone a solution ?

Regards,