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

    Hi there,

    I would like to have the language switcher on the right side before the social icons, just like on the page below (GTmentor).
    Currently i have the following in the quick css:

    .language_flag img {
    display: none !important;
    }
    .language_code {
    display: block !important; font-size: 12px; color: #b0ada6;
    text-transform: uppercase;
    }
    #top ul.avia_wpml_language_switch li {
    margin: 0;
    padding: 0 10px;
    padding-top: 3px;
    border: none;
    border-left: 1px solid;
    border-left-color: #e1e1e1
    height: 13px;
    }

    I dont know if it is good, and it should be on the right side.

    Thanks!

    #607383

    Hi kazse,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #header_meta .sub_menu {
    float:right !important;
    }

    Best regards,
    Rikard

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