WPML flags position on mobile
Hello there, I'm currently BeTheme on www.cadelmonastero.com . I'd like to ask you whether it's possible to modify the language selector location on Mobile to place it on the top left on the same row with logo and menu.
Please see the image below:
Thanks for letting know!
Regards,
J.D.
Comments
this can not be done within css only because html must be modified in this case.
Thanks!
Thanks for understanding!
This try...
#Top_bar .wpml-languages a.active,
#Top_bar .wpml-languages ul.wpml-lang-dropdown { background: transparent; border-color: transparent;}
@media only screen and (max-width: 767px) {
#Top_bar .top_bar_right {
top: 0; height: 60px;
padding: 0px 0px;
float: right;
margin-top: -60px;
}
#Top_bar a.responsive-menu-toggle {left: 0px;}
>-