Google Translate – Remove Whitespace?
-
Hello,
I am using this the following Google Translate text code (because I tried plugin and it didn’t show all the translations, plus I’d rather avoid another plugin).
But anyways, the issue is that the widget creates too much whitespace around it and I want to eliminate it – especially from the height. Does anyone know how I can do this? Thanks in advance.
Code:
<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>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Google Translate – Remove Whitespace?’ is closed to new replies.