WPML Language Switcher issue

Posted in: Newspaper
Post count: 74

Hello,

I have an issue with the WPML language switcher.

https://anonymster.com

when you hover on it the drop down with open but the width is too large it looks pretty strange.

How to make it narrower?

Thx

Post count: 20688

Hi,

There is a 10em width set for the sub-menu, you could use a code like this to reduce it
https://www.screencast.com/t/8dvOdNWpCH2

#td-header-menu .wpml-ls-item .sub-menu {
width: 6em!important;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.