Tagged: google translate
Hi,
I am using Google Language Translator plugin to add some flags and get the website translated. I would like to position these flags at the end of the Secondary header menu – how can I achieve this please?
The code I am given is [google-translator]
and I tried to add randomly in a page and it is showing fine.
Many thanks
Hi sitesme!
Please go to Enfold theme options > Header > Extra Elements and try adding your shortcode into phone info field
Best regards,
Yigit
That was super Yigit, nicely done :)
However, I noticed the flags are very close to each other. Probably some Enfold CSS is overriding this. Any chance I can control the padding between each flag through quick CSS?
Many thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#flags li {
margin-left: 10px;
}
Cheers!
Yigit
That worked Yigit! Thanks a lot! :)
On the same bar, but on the left side, there are some areas that are activating an underline on the links: http://dns.d.pr/1axvA/5MKcbCny
The area between each link basically. Is there a way to get rid of the underline altogether?
Many thanks.
Hey!
Please add following code to Quick CSS
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
text-decoration: none!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Spot on, thank you a lot Yigit and congratulations once again for the impeccable support level from you and your team.