Hi i would like to add the qtranslate flags on the top of right place on the header under the search box. Please can you advise me how to do that? Regards.
Hello, Go to header.php present in your theme directory and add the code given below Code: <div style="float:right;"> <a href="./" class="qtrans_flag_es qtrans_flag_and_text" title="Español"> <span>Español</span></a><br /> <a href="./?lang=en" class="qtrans_flag_en qtrans_flag_and_text" title="English"> <span>English</span></a><br /> <a href="./?lang=fr" class="qtrans_flag_fr qtrans_flag_and_text" title="Français"> <span>Français</span></a> </div> Sending image for reference This will solve your issue.