Home › Forums › Basel support forum › How to change the mobile menu presentation? › Reply To: How to change the mobile menu presentation?
December 14, 2017 at 10:57 am
#28880
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to do this
.main-header.header-split .right-column {
-webkit-box-ordinal-group:3;
-ms-flex-order:2;
order:2;
text-align:right;
}
Regards