Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1240606

    Hi
    I’m trying to add some flags to the menu for translation. But I get some strange “white space” and the flags ends up outside the menu or with a gap in the drop down. Any idea why?

    I’m using the free version of the plugin Google Language Translator and it’s shortcode to display the flag(s).

    #1241590

    Hey Magnus,

    Thank you for the inquiry.

    The link tag in the language switcher container is duplicated, but the other is empty. To remove the empty link, we can use this css code.

    .av-main-nav li:nth-last-child(2) a:first-child {
    	display: none !important;
    }
    

    Best regards,
    Ismael

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