Hi all,

I am looking to instigate the google translate widget onto my shop on shopify. The issue I have is that I am unsure or where to put the provided html so that it sits over the top menu bar (to the right), as currently it is automatically hidden by it. Alternatively have it float at the bottom left, like the contact button.

The code I have from google is as follows:

<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>


And my website is www.tenn-outdoors.co.uk

Many thanks in advance