Home › Forums › Basel support forum › Double Menu [Split Menu] › Reply To: Double Menu [Split Menu]
December 12, 2017 at 8:02 pm
#28609
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to change their order
.main-header.header-split .right-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
text-align:right;
}
Regards