Hello people,
Can anyone help me reduce the height of the items in a submenu ?
Hello people,
Can anyone help me reduce the height of the items in a submenu ?
Desktop or mobile? Height of menu items is usually a mix of padding and line-height so I’d try reducing those for the submenu items. If u have a link I can have a look and send a lil snippet.
It is https://philosophy.uoi.gr , but its the same in all menus created in bricks. There is no setting for the spacing between submenu items.
yeah the line-height seems to be 60px by default, had the same issue
try putting this into your navs css. !important is needed to override the mobile value (at least via inspector, might wanna try without it and see). Also obviously adjust the values to whatever you want.
root .sub-menu a {
line-height: 2.5em !important;
}
Still feel like I just didn’t find the right setting in the panel to fix this so maybe someone else knows more.
Thank you very much !!
It worked ok