[Resolved] Mobile Menu Center Alignment Issue

Home Forums Support [Resolved] Mobile Menu Center Alignment Issue

Home Forums Support Mobile Menu Center Alignment Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1482657
    Ian

    So, about to launch a new site that will have a custom header using a Block Element. Noticed the mobile menu icon is not center aligned. Is there a way to force this given our custom header was used. I have attached log in info. Any guidance would be much appreciated!

    #1483092
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .main-navigation.nav-align-center .inside-navigation {
            justify-content: center;
        }
    }
    #1483580
    Ian

    Boom! Another one resolved. Thanks so much David!

    #1483932
    David
    Staff
    Customer Support

    Glad to be of help

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