Site logo

Archived topic

Google Translator to the right!

3 replies · Started by Mr McMarry on August 18, 2018

Viewing posts 1–4 of 4

I also want to change the position of google translator :

from this:

to this:

Hi there

you could try something like this:

@media (min-width: 1024px) {
    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .translator-settings {
        margin-left: auto;
    }
}

Its Worked for now :P :) Thanks

Glad to hear that. :)

This archived topic is closed to new replies.