WPML language switcher style

Hi there.

Please have a look at the nblund.com menu at screen 767px or less. The language switcher menu item (last item) is aligned center instead of left. I tried:

ul .wpml-ls-menu-item a {align-items: left !important;} (and {display: flex !important; align-items: left !important; justify-content: left !important;}).

but don’t seem to make it work.

Kindly advise. Thanks.

Hello @nblund,

Thanks for posting in!

Actually, it is not align-items: left !important;. It should be align-items: flex-start !important;. Check out this reference:

Best Regards.

Ohokay. Sorry about that. And thanks.

No problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.