This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hello,
menu child not aligned properly.
https://dropmefiles.com/eOepg
Hello,
What alignment do you prefer? Describe the desired result in more detail.
Regards
Hello Rose,
I want menu to be aligned on blue lines.(Image : https://dropmefiles.com/T3jq7)
Result example: https://dropmefiles.com/d9hjQ
Hello,
Add this code in Theme Options > Theme custom CSS:
.secondary-menu-wrapper li, .secondary-menu-wrapper .item-design-dropdown.menu-item-has-children {
position: static;
}
.secondary-menu-wrapper .nav-sublist-dropdown {
transform: translateY(0px);
top: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up