Home › Community Forums › Ally Theme Support › qtranslate flag in the top right position › Reply To: qtranslate flag in the top right position
December 17, 2013 at 2:36 pm
#9532

Customer
You can add this to your style.css file –
.qtrans_flag_en {
background-position: right !important;
}
And then this to fix the padding –
.qtrans_flag_and_text {
padding: 1px 25px 0 0 !important;
}
In the future it’s usually recommended to contact the original author/developers in regards to third party plugins if you need support. But that code I pasted above should override the plugin’s code and get you setup.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com