Google Translate in top header
-
I am trying to get the Google translate plugin positioned in the top right of the header. I tried placing
<?php echo do_shortcode (‘[google-translator]’); ?>
into the header.php but couldn’t get it to position in the top right. I also tried putting#google_translate_element {
position: absolute;
top: 0;
right: 0;
}
in the Custom CSS. But that didn’t do anything at all.
Can anyone tell me if my code is right and the best way place it. I am using ZeeFocus and the website is http://www.wilsonpuleo.com
Thanks!
The topic ‘Google Translate in top header’ is closed to new replies.
