awnicks Posted July 6, 2021 Share Posted July 6, 2021 (edited) Site URL: https://blackfarmerfund.org Hi all! Could someone help me with figuring out how to move the google translate button I added to the right side of the page? Edited July 6, 2021 by awnicks change to url Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 11 hours ago, awnicks said: Site URL: https://blackfarmerfund.org Hi all! Could someone help me with figuring out how to move the google translate button I added to the right side of the page? Add to Design > Custom CSS /* align right google translate button */ div#google_translate_element { text-align: right; } awnicks 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
awnicks Posted July 7, 2021 Author Share Posted July 7, 2021 thank you so much for your speedy reply! could you help me with placing it at the right spot in this code? <div id="google_translate_element"></div> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> Link to comment
tuanphan Posted July 10, 2021 Share Posted July 10, 2021 On 7/7/2021 at 9:12 PM, awnicks said: thank you so much for your speedy reply! could you help me with placing it at the right spot in this code? <div id="google_translate_element"></div> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> Access Design > Custom CSS & paste my code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment