Max (Weglot Support)
Hi,
Thanks for your message.
Sure, here is the code you have to add to your Weglot script to modify the position of your button:
buttonOption: {
after : ".the_place_class"
},
});
//after,before,atbeginning,atend
The part that places your switcher is after : ".the_place_class"
You have the choice between 'after', 'before', 'atend' or 'atbeginning'.
Let me know if you need help.
Regards,