Hi guys,
I purchased and installed WPML plugin with a few bugs but working so far.
The flag selector is on the left near the phone number in the top of the header. And i want to put it on the right of social icons.
How you can check what i am talking about. http://goo.gl/6Jw4c1
Hey smorrone!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .sub_menu>ul {
float: right; }
#top .social_bookmarks { margin-right: 7%; }
Regards,
Yigit
that work great thanks!