Home Forums Basel support forum Double Menu [Split Menu] Reply To: Double Menu [Split Menu]

#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