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
July 8, 2024 at 4:48 pm
#581842
Luke Nielsen
Keymaster
Hello,
After defining the WPML’s header widget, add the code below in Theme Settings -> Custom CSS, clear the cache and check how it works:
.whb-general-header .whb-col-right .wd-header-secondary-nav {
flex: unset;
}
Kind Regards