Display of language flags in the header using WPLM plugins

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Display of language flags in the header using WPLM plugins

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10972
    opop
    Member

    Hi!

    As you told me, I use WPML to manage and create a multi languages website. It works well, thanks a lot for your advice.

    I just have a problem. I don’t know how to display correctly the flags in the header. I asked WPLM support, but their solution brings more mess than resolving the problem.

    On the picture, you’ll see a dotted line on the german flag pushing down the flag. Then the position of the flags is not ok for a mobile.

    What can I do and thanks again for your help.

    Olivier

    #10978
    Veena
    Moderator

    Could you pls share a link to your site?

    #10995
    opop
    Member
    This reply has been marked as private.
    #11015
    Veena
    Moderator

    I didn’t see a dotted line which is pushing down the flag. Also the flag is different ,not a german flag.Could you pls clarify what the exact issue is?

    For mobile issue-pls use the following custom CSS –

    #lang_sel_list li {
    float: right;
    
    #11017
    opop
    Member
    This reply has been marked as private.
    #11023
    Veena
    Moderator

    Pls try this custom CSS and see if it helps or not –

    li.icl-de {
    display: none;
    }
    
    #11043
    opop
    Member
    This reply has been marked as private.
    #11052
    Veena
    Moderator

    Pls use the below custom CSS –

    @media only screen and (max-width: 767px)
    {
    #header.sticky #sidebar-header .social-list {
    top: 0;
    }}
    
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Display of language flags in the header using WPLM plugins’ is closed to new replies.