Ok, now I understand what you mean.
In order to center the list items in your category navigation, you can add the following code in the custom head styles in your administration:
@media all and (min-width: 1001px) {
.block .list a {
padding: 9px 5px;
text-align: center;
}
}
If you need further assistance we will be happy to help, but please open a support ticket instead of writing in the forum. Thanks
Regards