• Resolved tipadei

    (@tipadei)


    I would like to place my polylang flags after my menu items, so to the far right. If I now just align them right, they are on top of the menu. Is that possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Could you do that and give me the link to your site to give you CSS to correct its position? ??

    Regards,
    Hardeep

    Thread Starter tipadei

    (@tipadei)

    Hi,

    Here’s the site https://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

    Thread Starter tipadei

    (@tipadei)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Polylang flags in header’ is closed to new replies.