Hi, how can I add/move qTranlate flags to the right side of the main logo?
I tried using a div but it still under the logo.
You can see it here: http://demo.plusonepromo.com/
Any help is appreciated.
Jorge
Hi, how can I add/move qTranlate flags to the right side of the main logo?
I tried using a div but it still under the logo.
You can see it here: http://demo.plusonepromo.com/
Any help is appreciated.
Jorge
Solved. heres what I found and works perfect:
In header.php added
echo "<div style='position:relative; margin-left:200px; padding-top:15px;'>";
echo qtrans_generateLanguageSelectCode('both');
echo "</div>";
Then in the Quick CSS added:
.qtrans_language_chooser li { float: left; position: relative; display: inline; padding-right: 6px; padding-top:3px; }
a.qtrans_flag:hover {background-position: -18px 0 ; }
Hope it helps others.
This topic has been closed to new replies.