Hello,
1) I need to send the flags to the right side of the page.
2) I also need to understand how to get rid of the flags if my client asks for that.
So, I guess, I am asking for two sets of CSS codes.
I found some threads here in the forum, but the solutions were all fragmented.
Thank you
Hi marcosdutra!
1- You can go to Enfold theme options > Header > Extra Elements and choose to display secondary menu on the right side
2- You can add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_wpml_language_switch {
display: none;
}
Cheers!
Yigit
Thanks!