Home › Forums › Basel support forum › Mobile top bar › Reply To: Mobile top bar
September 18, 2018 at 2:32 pm
#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