This topic has 6 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hi I have a problem the Widget language switcher.
If I set the drop-down menu it doesn’t have the same width
I set the horizontal menu but it makes me see it vertically always active.
Hello,
Could you provide temporary wp-admin access?
Do you want to have the dropdown or horizontal menu displaying?
Regards
Ok thanks
Hello,
Ok, so do you want to have the dropdown or horizontal menu displaying?
Regards
drop-down menu
thanks
Hello,
Add the next code in Theme Options > Theme custom CSS:
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
width: 100%;
padding: 6px 10px;
}
.header-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding-left: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up