Hi to all, I’ll find the way to center the log adding another string to the previous one. The problem for me to get also this other code in my site, is that the navigation bar move too down from the logo, and leaving to much space for header and less for the rest of the site. BTW, if some one is still looking for this try to add in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding {
width: 100%;
text-align: Center;
}
#site-logo {
width: 100%;
text-align: Center;
}