Tagged: flags, language switcher, wpml
Hi..
Problem as in the post title.. I wish to have more little space between two WPML Language flags located in the main menù..
Any idea,,?
Thank You very much.
Hey newmediologo,
Thank you for the inquiry.
You can try this css code to adjust the space between the language flags.
.av-language-switch-item {
margin-right: 10px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. Let us know if it helps.
Best regards,
Ismael
HI Ismael..
It does not works.. It seems to move all the menu..
Website: https://www.villatappezzieri.it
Thanks
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav > li.av-language-switch-item > a {
padding: 0 8px;
}
Regards,
Yigit