Here is the code im using right now but with out success
Thank you for your help.
/* Center logo in nav */
@media (min-width: 980px) {
.x-nav-wrap.desktop {
float: left;
}
.x-brand {
float: none;
position: absolute;
left: 0;
right: 0;
}
.x-navbar-inner .x-container.max {
max-width: 100%;
text-align: center;
}
}
/* Finish */