Tagged: language selector, wpml
Hi, I have a problem with the wpml language selector. What happens is that you have the last menu item by default. What settings does it take? I haven’t set any selector in the wpml settings yet, yet it shows. From desktop it would be fine too, however, from mobile, it is not good. The flags are placed on the logo. bad bad. I would like them on the menu. Thanks, if you can help me.
Cristina
Oops, I seem to have accidentally deleted some text. I rewrite you here:
Hi, I have a problem with the wpml language selector. What happens is that you have the last menu item by default. What settings does it take? I haven’t set any selector in the wpml settings yet, yet it shows. From desktop it would be fine too, however, from mobile, it is not good. The flags are placed on the logo. bad bad. I would like them on the menu. Thanks, if you can help me.
Hi maginaria.studio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive .logo img {
width: 70%;
}
.responsive #top #wrap_all .container {
width: 95%;
max-width: 95%;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 20px;
}
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
right: 50px;
}
}
@media only screen and (max-width: 767px) {
.responsive .logo img {
width: 70%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria