Hello,
Try to insert the following lines in your style.css of your theme.
.lang-item {
padding-bottom: 10px; /*Play with the number*/
}
Good luck!
Hello,
I put the code in css but there is no change.I change the code in
.lang-item {
padding-left:20px;
}
and its increases the space between flags.
And something else
Do you Know how to make a dropdown menu?
Thank you for you help
Hi,
Why do you want a padding left?
Can you send me your url of your site? If not, tell me if your flags are in horizontal or vertical align?
Hi,
I resolve it!
I insert in header.php this code
<?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0));?>
and in css
.lang-item {
position: relative;
top: -180px;
left: -200px;
display: inline;
list-style: none;
float:right;
margin-right:10px;
}
and its works fine