Hello,
I would like to know if its possible to have the WPML language switcher on the left top menu and show my secondary menu on the right.
Currently it resides next to the secondary menu.
Thanks in advance.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.sub_menu {
width: 100%;
}
ul#avia2-menu {
float: right!important;
}
Regards,
Yigit
excellent!! Thanks a lot!