Tagged: 

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

    When I use the vertical menu, WPML displays flags at the top of the menu (on top of logo).

    I managed to make them invisible with CSS.

    .avia_wpml_language_switch li .language_flag img {
        display: none;
    }

    Here is the container :

    .html_header_sidebar #top .avia_wpml_language_switch {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 0px 10px;
    }

    I tried to replace padding by 0px but nothing happens.

    The space remains : https://bagnispa.com/

    How can I get rid of it?

    Thank you.

    #1041341

    Hey nparent,

    Add this to quick css:

    .avia_wpml_language_switch.avia_wpml_language_switch_extra{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1041342

    Hi Jordan,

    What a fast support :D

    Work well!

    I also add this comment to my CSS : /* remove WPML container (extra top space) from menu (sidebar menu layout) */

    Thanks a lot ;)

    #1041349

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove top space from sidebar menu (WPML flag)’ is closed to new replies.