Home › Forums › WoodMart support forum › Combined grid › Reply To: Combined grid
February 6, 2024 at 3:45 pm
#537267
Luke Nielsen
Keymaster
Hello,
Because the main dropdown has the necessary padding, if we disable padding, it will have such a view: https://gyazo.com/85e50b050127a11ee7d5525908556c31
You can try to use the code below to make the child dropdown higher:
.wd-header-main-nav .wd-dropdown-menu.wd-design-default .wd-dropdown {
margin-top: -12px;
}
Thank you for your time.
Kind Regards