I had the same issue, after some searching I added this to my stylesheet customization menu and it worked perfectly (play with the percentage numbers to get it just right, but this looked pretty centered on my page):
.banner li {
float: left;
position: relative;
left: 23%; /* or right -25% */
text-align: left;
}
(Example at kindredsuncomic.com/wp)
**I realize this is two months too late, but if anyone else is having the same issue, here you go! ?? There could be problems with it, but it’s worked very well so far for me!