Home Forums Basel support forum How to change the mobile menu presentation?

How to change the mobile menu presentation?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28631

    bconnesso
    Participant

    Dear Support,

    The current website mobile navigation is burger bar at left, logo on right.

    How to make it
    1. Logo on center, burger bar on right?
    or
    2. Logo on left, burger bar on right?

    Kindly advise soonest possible.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #28657

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to that website?

    Thank you

    #28877

    bconnesso
    Participant

    hi this is the link ( in private content)

    #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

    #28898

    bconnesso
    Participant

    Hi How to make the logo on centre and burger bar on right?
    Thanks

    #28914

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we can’t do this since you don’t have anything on the left side and logo can’t be perfectly centered.

    Regards

    #28923

    bconnesso
    Participant

    What if we add some icon on the left?

    Then the logo can be centered?

    #28929

    Artem Temos
    Keymaster

    Try to add this code snippet to the CSS also

    .main-header.header-split .site-logo {
    	position: absolute!important;
    }

Tagged: ,

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