Hi there,
You can try this CSS:
@media (max-width: 767px) {
.x-logobar-inner .x-container {
width: 80%;
}
}
The margin of this section is set to auto so the content will be displayed in the middle. You can adjust the value of the width so the margin will be adjusted as well automatically.