Home Forums WoodMart support forum Update6.0.1: language switcher "drift" on full width header and boxed content

Update6.0.1: language switcher "drift" on full width header and boxed content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280559

    reinwz
    Participant

    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.
    #280625

    Bogdan Donovan
    Keymaster

    Hi,

    Please, provide us your admin access so we can log in and check this on your side.

    Thank you in advance.

    #280630

    reinwz
    Participant

    Hello,

    #280652

    Bogdan Donovan
    Keymaster

    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

    #280657

    reinwz
    Participant

    works, thanks mate!!

    #280658

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)