Home › Forums › Basel support forum › Moving the menu from right to left on mobile › Reply To: Moving the menu from right to left on mobile
October 20, 2017 at 11:17 am
#22126
Artem Temos
Keymaster
Hi,
Try to add the following CSS snippet also
.sticky-header .right-column .mobile-nav-icon {
left:10px;
}
Regards