Hello. I have a test website with Animals demo here: https://test33.webprofi.sk
I set up all departments menu… on first menu item I set up classic dropdown structure (not mega menu) but I have problems that second colum of dropdown menu is not aligned and its starting on the top of the page as you can see here on screenshot: https://prnt.sc/L_RnwaCSJ6O5
What is the correct solutions to align this secondary dropdown with main container (all departments ? )
For now I fixed the problem with this custom CSS:
.secondary-menu-wrapper .menu .item-design-dropdown.menu-item-has-children:first-child .nav-sublist-dropdown {
top: 203px;
}
but I’m not sure if its correct solution because there are px units and I’m afraid of responsivity.
Thank you