Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #771294

    Hello,
    I have installed the polylang plugin and and I display the language flags on the left menu.
    I want to have all the flags displayed horizontally on a single line.
    I have tried to this code on the quick CSS (as explained herehttps://polylang.pro/doc/how-to-display-the-widget-flags-horizontally/). In vain.
    Any clue on how to do that?
    Thanks for your answers

    #771373

    Hi sung789!

    Please enable the flags on the position enfold has, and you will be able to see them there.
    There is a filter, so if you activate PolyLang flags and add them to the menu, they should be there for you

    Cheers!
    Basilis

    #771824

    I see the flags on the menu but I want themon a single ligne, aligned horizontally:

    #772953

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    #avia-menu li.lang-item {
        display: inline-block !important;
        margin: 0 10px !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.