Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1305886

    Hi..
    Problem as in the post title.. I wish to have more little space between two WPML Language flags located in the main menù..

    Any idea,,?

    Thank You very much.

    #1306047

    Hey newmediologo,

    Thank you for the inquiry.

    You can try this css code to adjust the space between the language flags.

    .av-language-switch-item {
      margin-right: 10px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. Let us know if it helps.

    Best regards,
    Ismael

    #1306055

    HI Ismael..

    It does not works.. It seems to move all the menu..

    Website: https://www.villatappezzieri.it

    Thanks

    #1306072

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av-main-nav > li.av-language-switch-item > a {
        padding: 0 8px;
    }
    

    Regards,
    Yigit

    #1306073

    Thaks @Yigit,

    It works like a charm..

    Can close the topic..

    Thank You Very Much

    #1306074

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to reduce space between WPML Flags in Menu’ is closed to new replies.