Home Forums WoodMart support forum The header does not switch between languages and currencies Reply To: The header does not switch between languages and currencies

#582070

Luke Nielsen
Keymaster

Hello,

The thing is that you use a menu with 1 item so the entire menu is stretched to the full width to align internally.

Replace the old code with the below one:

.whb-general-header .whb-col-right .wd-header-secondary-nav,
.whb-general-header .whb-col-right .wd-header-text {
    flex: none;
}

.whb-general-header .wd-header-text .wcml-dropdown .wcml-cs-submenu {
    right: 0;
    left: auto;
}

https://prnt.sc/uRFyOVBmNC_D

Kind Regards