Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Chrystl

    (@chrystl)

    Hello

    Did you get these flags by adding the pll_the_languages in the single.php of your theme?

    Thread Starter scatmax

    (@scatmax)

    Yes, I added the pll_the_languages in single.php

    Plugin Support Chrystl

    (@chrystl)

    In the CSS I just added padding-left: 20px;
    It seems good.

    .lang-item {
    display: inline;
    text-transform: capitalize;
    padding-left: 20px;
    }
    Thread Starter scatmax

    (@scatmax)

    Thanks, it does work, but it also change the look to the switcher on the top bar. This is exactly what I want to avoid.

    I would like to have a space just between the 2 languages, or 3, 4 etc in the next future.

    Thank you

    Plugin Support Chrystl

    (@chrystl)

    Try this:

    .post-byline .lang-item {
    padding-left: 10px;
    }
    Thread Starter scatmax

    (@scatmax)

    Yuppieeeeeeeeee!!!! Thank you so much ??

    Sorry to jump in, but can you help me with this? I want to add space between flag. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add a space between languages in the switcher’ is closed to new replies.