Site logo

[Support request] Mobile navigation icon, can’t make it in center

Home Forums Support [Support request] Mobile navigation icon, can’t make it in center

Home Forums Support Mobile navigation icon, can’t make it in center

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2592111
    Bart

    Hi

    My off-canvas menu (mobile menu) icon (three straight lines, which after clicking open the menu) was always in the middle but now for some reason, it is on the left. No matter what I am trying to do it is still on the left… How to get it back to the centre how it used to be?

    My page https://miracle-moments.co.uk

    #2592380
    David
    Staff
    Customer Support

    Hi there,

    its a bug that will be patched in the next Theme update.
    For now you can add this CSS:

    #mobile-header .menu-toggle {
        flex: 1;
    }
    #2592623
    jal-mj

    Hello David,

    The same happens to me. I have applied the CSS but still not in the center. At least now the button is working.

    https://sadhakaspace.org

    Thank you.

    #2593018
    David
    Staff
    Customer Support

    Hi there,

    you’re not using the mobile header so that requires this CSS:

    .nav-align-center .inside-navigation {
        justify-content: center !important;
    }
    #2593331
    jal-mj

    Thank you very much David.

    #2594309
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.