Switching language

Posted in: Newspaper
Post count: 95

Hi!

I have a multilingual website, I have inserted the “italian” and “english” switching links on Top Header Menu, but when the site is viewed in mobile version, these links disappear.

How to continue to see these links also in mobile version?

What is the recommended solution for switching between one language and another?

Post count: 20685

Hi,

The top menu is not displayed on mobile, I could give you a code to display it if you could provide a link to your website. Or you could add the language switcher to the main menu.

Thanks

Post count: 95

Hi, I can’t provide a link but let me know what code I can use to display 2 links only on mobile menu.

Thanks!

Post count: 20685

There is a general code you can try

@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}

In this form it will make the whole top menu visible on phones, the socials will remain hidden. If you want to make only the language switcher visible it will require modifications.

Post count: 95

Great!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.