Hello i want to put the flags on the top right of the page. can you help me? www.projecto-geo.com thank you very much Carlos
Hello, Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image given below. Code: <div class="lang"> Enter your language flag code here</div> <div class="clear"></div> Now, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .lang { float: right; } .main_container { margin-top: 2px; } You can adjust the value of "margin-top" as per your requirement. This will solve your issue.
thank you for the support ... will surely help ... However I have one more question ... I'm using qTranslate, and want to put Portuguese and English ... which had put the code: <div class="lang">?????????? </ div> <div class="clear"> </ div> thank you very much
sorry... i explain: i want to put the flags on the top right of the page. can you help me? www.projecto-geo.com thank you very much you say: Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image given below: <div class="lang"> Enter your language flag code here</div> <div class="clear"></div> i dont now what is " enter your language code here!? can you tell me code to put int header.php?
Hello, I think you have added flags at the top right corner by your self. Please do contact for further queries.