Hello again,
just realized a small issue regarding your last modifications for my WPML customizations.
See..
https://kriesi.at/support/topic/wpml-customization/#post-351979
With an ipad the language code is offset to top right corner.
This is not really critical as it might help on this display size to distinguish from the menu items.
But I would be thankful if I could test how it would like if is in one line with the menu.
If the ipad is turned to 9:12 view, the menu items are covered by the logo.
What is the intended responsive behavior for the menu when the tablet is turned to e.g. 9:12?
Do you have any recommendation how to deal with that in combination with the WPML?
Best regards
Robert
Hey sancho_pancho!
Thank you for using Enfold.
Try to choose the second option on Header Mobile Menu activation. Go to Enfold > Header > Mobile Menu panel. Fix the language selector with this on Quick CSS:
@media only screen and (max-width: 989px) {
.main_menu, ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
display: block;
}
ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
right: 100px;
}
.avia-menu.av-main-nav-wrap {
display: none;
}
}
The code should put the language selector between the logo and the advance mobile menu.
Regards,
Ismael