Home Forums Basel support forum Mobile top bar Reply To: Mobile top bar

#77769

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to show language switcher on mobile devices as well

div .topbar-wrapp .topbar-menu {
    display: block;
}

Regards