WPML dropdown style

Tagged: 

Author Posts

jjjas

Hello Sebastian

I wonder if it’s possible with Microthemer. Please see image https://www.screencast.com/t/c4VxquRmAvVr – only for WPML language dropdown style (not affecting the rest menu drop down style)
I’ve tried a couple of things in the past, it is affecting whole other menu style. I would appriciate very much if it is something that we can do with Microthemer 🙂
Here is the code was used on the site you see on the image.
Thanks!

Jasmin

/* Languages Menu */
.menu-item-language ul.sub-menu {
-moz-column-count: 4; -moz-column-gap: 20px; -webkit-column-count: 4; -webkit-column-gap: 20px; column-count: 4; column-gap: 20px;
}


Sebastian

Hey Jasmin,

Looking at your site, I recommend replacing your selector:

.menu-item-language ul.sub-menu

With the following selector:

.wpml-ls-menu-item .sub-menu

That should do it, please let me know if not.

Thanks,
Sebastian


jjjas

Hello Sebastian
BIG hands down 🙇🏻‍♀️
You are really the best support I ever had.. THANK YOU
Have a wonderful weekend!

Jasmin

You must login or register to reply to this topic.