Sub Menu / Dropdown position wrong
-
Hello,
please see the screenshot attached.
1. Why is the drop down at this position?
2. How can I change it to the “normal” position -> under the menu item?
Attachments:
You must be
logged in to view attached files.
Hello,
I sent this issue to the developers team, as soon as I receive an answer I will let you know.
Thank you for your patience.
Kind Regards
Hello,
Use the below custom for help:
.xts-header-col.xts-end .xts-dropdown-menu {
left: auto !important;
right: 40px;
}
@media (max-width: 1024px) {
.xts-header-col.xts-end .xts-dropdown-menu {
right: 0px;
}
}
In the next update, it will be fixed.
Kind Regards