Home Forums WordPress Themes – Premium Circumference qtranslate background like social-icons background Reply To: qtranslate background like social-icons background

#16482
Anonymous
Inactive

Hi Thomas,

Please use the following css to fix that issue.

.qtrans_language_chooser li {
    margin: 0px 2px;
    height: 33px;
    width: 33px;
    padding: 11px 7px;
}

Note: use the custom css plugin or child theme stylesheet to wirite the css.

Thanks