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%;
}
}