I have tried adding this to the Custom CSS to center the logo but no joy.
@media (max-width: 979px) {
.x-brand.img {
display: block;
margin: 0 auto;
width: 100%;
}
.x-btn-navbar {
float: none !important;
text-align: center;
}
}
Please can you advise
Thanks
