I installed the Gtranslate plugin on my wordpress site and I would like to add some custom CSS to personalize the widget.
I would like the flags to go under each other. I would also like to add a margin at the bottom.Widget settings
I tried to add CSS with the selector .gtranslate_wrapper but it doesn’t work…
For example:
.gtranslate_wrapper{
margin-bottom: 50px;
}
Can you help me ?
2
Answers
Go to settings menu and select gtranslate option. On that page, at the bottom, you can add the css. You can read further on the plugin documentation also.
very easy, use the element ID, problem solved.