Hi, I have installed the google translator plugin and am trying to add it to the header menu area.
The settings say to add this code to the header.php:
<?php echo do_shortcode(‘[google-translator]’); ?>
I did this, I added it in middle of this section on this page:
<div id=”st-container” class=”st-container”>
<?php echo do_shortcode(‘[google-translator]’); ?>
<nav class=”st-menu mobile-menu-block”>
But it just sits above the menu and floats way off to the top left corner as you can see on the site.
Where exactly in the header.php should I put it so it is within the main menu? Ideally I would like it to be on the far right side of logo in the white space, or in the actual menu itself.
Thank you so much for the help.