Dear Weglot team i am using weglot with jimdo integration. can i change the location of the language selection within jimdo? best regards
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,