Update6.0.1: language switcher "drift" on full width header and boxed content
-
Hello,
since the update to 6.0.1 the Language switcher dropdown is not in line.
If i minimize my window to 1600 it works fine.
But the options window got stuck at the border of 1600px – the defined boxed content measure.
settings: Header full width, Content block 1600px
What we want: Language switcher as dropdown in line underneath
What we get: Dropdown windows stuck at the right content border. (not possible to hover over with mouse)
For a better understanding i added a screenshot.
Attachments:
You must be
logged in to view attached files.
Hi,
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.
Hi.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wpml-ls-menu-item .wd-dropdown {
left: 0 !important;
}
Best Regards