Menu Dropdowns
Last updated
Last updated
For changing the styling of the menu dropdown container, update the @mixin standard-menu-dropdown-content.
the below line of code is to target the links inside the menu dropdown to make sure they do not wrap onto new lines. You can adjust as needed
If you want to change the padding it will be from the internal link padding seen in the below step
To style the links within the menu dropdown we will find the @mixin dropdown-link-style. The padding on the links will alter the "padding" of the container as the container does not have padding.
Added with V1.5
Multi-level dropdowns will only work with a menu dropdown and not with a mega menu dropdown.
Find a menu dropdown and duplicate it within bricks
WARNING: Do not turn on multi-level from within the dropdown itself as shown below. It will not work as expected.
Change the below value in the SCSS sheet to true to enable multi-level support. (deprecated as of 1.5.5)
If you want to use the default menu system that worpress gives you, you can now create individual dropdowns using the menu builder inside of wordpress. Here is a tutorial on how to do it:
If you want to change the background of the dropdown container see the docs
Drag the duplicate dropdown inside of another menu dropdown. The structure should look like this Menu Dropdown > Content > Menu Dropdown + Nav Link(s)