主题设置或css中的问题。如果主题设置为,请尝试在手机上使页眉后退#000,并将徽标居中对齐。
这就是你的网站在手机上的外观
如果您编写自定义css,下面是解决方案
@media screen and (max-width: 767px) {
#masthead_TesseractTheme .site-branding {
text-align: center !important;
}
#masthead_TesseractTheme {
background: #000 !important;
}
}