How to center the hamburger menu on mobile

Hi
Please can you tell me how to centre the mobile menu, thank you!

Ignore this, I found this code and it works perfectly!
@media(max-width: 767px){
.x-navbar {
text-align: center;
}

.masthead-inline .x-btn-navbar {
    float: none !important;
    display: inline-block;
    width: 100%;
}

}

Hi There @lisacole1

Thanks for writing in! Could you please try adding the following CSS rule into your X/Pro -> Theme Options -> CSS area and see if that helps.

#x-btn-navbar {
    float: none !important;
    text-align: center;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.