Hi,
Could you do that and give me the link to your site to give you CSS to correct its position? 🙂
Regards,
Hardeep
Hi,
Here’s the site http://ow.ly/LuAMX
Hi,
You haven’t added any class or ID to the UL of the Polylang so we will have to give it a lucky shot. Add the following CSS and hope that it won’t mess up the menu styling:
.navbar ul {
float: right;
margin-top: 25px;
}
Regards,
Hardeep
Hi,
I have added this to my css already, but by doing this
.lang-item {
list-style: none;
display: inline;
align: right;
I tried the code you gave, but with that it just puts the flags to the left. Now that I try to put the previous code back it doesn’t move them to the right anymore. Weird..
Hi,
If you had added your CSS to your style.css file then it could be an issue with browser cache. 🙂
Regards,
Hardeep