How can i center my logo perfectly

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 */

There is so little context. Can you provide a link? We don’t even know what the logo looks like.

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