Plugin Contributor
Matthew
(@kidsguide)
Try using this code in your custom CSS and using the Bing Translator widget.
.widget_bing_translator {
float: center;
}
Thread Starter
sakur4
(@sakur4)
Thank you for your reply but it doesn’t work.
Plugin Contributor
Matthew
(@kidsguide)
Try one of these:
1
.bing-translator-widget {
text-align: center !important;
}
2
.bing-translator {
text-align: center !important;
}
3
.bing_translator_widget {
text-align: center !important;
}
4
.bing_translator {
text-align: center !important;
}
5
.bingtranslatorwidget {
text-align: center !important;
}
6
.bingtranslator {
text-align: center !important;
}
Thread Starter
sakur4
(@sakur4)
still not working.
Futhermore, this plugin is really slow to appear.
Thread Starter
sakur4
(@sakur4)
Ive tryed :
.Widget_Bing_Translator {
float: center;
}
.Bing_Translator {
float: center;
}
.Bing_Translator_Widget {
float: center;
}
.Bing-Translator-widget {
text-align: center !important;
float: center !important;
}
.Bing-Translator {
text-align: center !important;
float: center !important;
}
.Widget-Bing-Translator {
text-align: center !important;
float: center !important;
}
.BingTranslatorWidget {
text-align: center !important;
float: center !important;
}
.BingTranslator {
text-align: center !important;
float: center !important;
}
.WidgetBingTranslator {
text-align: center !important;
float: center !important;
}
Thread Starter
sakur4
(@sakur4)
This one worked
.Widget_Bing_Translator {
text-align: center !important;
}
Thank you for your help
Plugin Contributor
Matthew
(@kidsguide)
Great! Glad I could help.
Please mark this topic as resolved.