How to align horizontally the Polylang flags in menus and header widgets

  • Author
    Posts
  • #78532

    Hello,
    I’m setting one new site with the Polylang plugin, but when I add the switch language in the Header Widget it align the Flags (languages) vertically and not horizontally, what makes some available languages not being seeing. I tried to find a setting which allows me to do align it horizontally, but I didn’t find any.
    Also tried to add the switch language in the “Main Menu” but the theme don’t allow me to do so.
    Is there any thing that I can do to or make the alignment in the header widget become horizontally or add the the language switch in the main menu bar?
    Thanks a lot.

    #83473
    Zed
    Cryout Creations mastermind

    Can you post a link to the site in question?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #83508
    This reply is private.
    #83558
    Zed
    Cryout Creations mastermind

    Try this CSS:

    .widget-container ul li.lang-item {
        display: inline-block;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #83597

    Thanks a lot Zed. It worked just fine!
    Thanks a once again.
    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to align horizontally the Polylang flags in menus and header widgets’ is closed to new replies.