CSS problem
-
Hi, when I used mqtranslate I had figured out the CSS code
.qts-lang-menu { list-style-type:none; float:right; }
ul.qtrans_language_chooser > .active {
display:none;
}.qtrans_language_chooser li { float:inline; margin-right:3px }
.qtrans_flag{
width: 67px !important;
height: 50px !important;
background-size: 67px 50px !important;
}in order to dispay the non-active flags in my header in https://www.steffi-woessner.de on the left side, in one line only and I had replaced the icons for the languages and made them bigger.
I tried to change the code in qtranslate x to
.qtrans_language_chooser { list-style-type:none; float:right; }
ul.qtranxs_language_chooser > .active {
display:none;
}.qtrans_language_chooser li { float:inline; margin-right:3px }
.qtranxs_flag{
width: 67px !important;
height: 50px !important;
background-size: 67px 50px !important;
}however, I only got rid of the active flag. I understand that I need to replace the flag icons. That’s not the problem. However, the default flags are still shown one above the other and small in the middle.
Can anyone tell me what I need to change? Help would be much appreciated. Thanks!
- The topic ‘CSS problem’ is closed to new replies.