Home Forums Basel support forum Double Menu [Split Menu]

Double Menu [Split Menu]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28607

    robertarrow
    Participant

    Is there any way to have the Double Menu header option appear like the other ones on mobile where the logo is on the right and then the hamburger icon is on the left?

    Normally, when you select the simplified or E-Commerce Header Layout style, the logo appears on the left. I noticed that when this ‘Double Menu’ or split menu is selected that the frontend code changes completely and the logo is in a div that appears after the hamburger icon. Is there any way to reverse this?

    Attachments:
    You must be logged in to view attached files.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)