This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #97332
     fersamp
    Participant

    Hi,

    in Kleo Theme Options->Show language switch, you can add a Language Selector in Social Bar if WPML is active:

    How can I set it horizontal orientation instead of drop-down menu?

    I tried to change this in WPML-> Language->Language Selector Style but it doesn’t change language selector orientation.

     

    Thank you

    #97343
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #97368
     fersamp
    Participant
    This reply has been set as private.
    #97449
     Laura
    Moderator

    Hello, please try the following css, add to style.css of child theme

    COPY CODE
    
    #lang_sel_list a.lang_sel_sel,#lang_sel_list a.lang_sel_other{
        background-color: #1A1A1A;
        color: #FFFFFF;
    }
    #lang_sel_list a{
        border: none;
    }
    #lang_sel_list li{
        width: auto;
        float: right;
    }
    #lang_sel_list ul{
        width: 100%;
        border: none;
    }
    #lang_sel_list{
        width: 100%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?