Dropdown Bric Button - rollover drop not click drop [SOLVED]

How can I make the bric dropdown button, dropdown when it is rolled over / Hovered over

Hi @cKrumpt,

Add this to the class manager.

.navbar-nav li:hover .dropdown-menu

Keep spaces, and then set the display as Block for the breakpoints you don’t have the mobile menu on.

1 Like

Thank you Malachiman!! that worked great.

But now when I attempt to go to the dropdown button list it disappears, is there a way to adjust that is it in the margins perhaps?

I got it just changed the Padding to “0” and it worked. I cant thank you enough Malachiman.

Thank you.

1 Like

I’m trying to get this working and so far I understand this part…

Add this to the class manager.
.navbar-nav li:hover .dropdown-menu
Keep spaces

…But this has me stumped!

then set the display as Block for the breakpoints you don’t have the mobile menu on.

I just can’t find how or where to “set the display as Block”.

Could anyone explain please? Maybe a screen shot?

I’m using Blocs v4.2.2

Thanks,

Paul

Hey Paul,

hope this helps:

Thank you, that helps a lot, I was looking in all the wrong places!

Paul