• Resolved cecedem

    (@cecedem)


    I like your plugin, but they lack the option to position to the left, how can I do it? and in another case, how can I locate it above

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Julien MA Jacob

    (@wpr0ck)

    Hello @cecedem,

    To do this, you can use this CSS code. You can add it via the options of the Weglot plugin.

    
    .country-selector.weglot-default {
        left: 40px!important;
        right: auto!important;
    }
    

    Let me know if it worked well for you,
    Best regards

    Thread Starter cecedem

    (@cecedem)

    It worked, thank you very much! =D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘position to the left’ is closed to new replies.