Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #396004

    nevenc
    Participant

    I would like to have the google translate flags positioned to the write of the logo on the site (www.miaminvest.com) Thanks!

    #396181

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    To position the Google flags to the right of the logo just below your topbar content, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-topbar .gtranslate {
        clear: both;
        float: none !important;
    }

    Please let us know if this works out for you.