FYI, the default setting on weaver for the title is aligned left with a left margin.
Right now you use a left margin that appears to center it at a certain browser size, but it is not responsive, and when the browser size changes it is no longer centered.
To truly center the site title do the following.
- Set the title left margin to zero
- set the Title width to 100%
- Add the rule below to the theme Global custom CSS rules box
#site-title {text-align:center;}
see article below for more
Alignment: Title – Tagline – Copyright – Credits… – Weaver Xtreme Guide