WordPress移动和桌面标题问题

时间:2018-03-04 作者:Jaroslav Av

问题是,在移动/桌面版本中,会出现空白。在桌面版本中,没有这样的问题。此外,我注意到,如果您在移动版本中从该空白处拖动某个内容,它似乎是标题中的一个徽标。如果有任何帮助,我将不胜感激。我的网站:www.avizen。lt公司

2 个回复
最合适的回答,由SO网友:Atif Aqeel 整理而成

主题设置或css中的问题。如果主题设置为,请尝试在手机上使页眉后退#000,并将徽标居中对齐。

这就是你的网站在手机上的外观

enter image description here

如果您编写自定义css,下面是解决方案

@media screen and (max-width: 767px) {
    #masthead_TesseractTheme .site-branding {
       text-align: center !important;
    }
    #masthead_TesseractTheme {
       background: #000 !important;
    }
}

SO网友:GustavMahler

您可以通过添加“display:none;”来隐藏id为“site banner”的元素,用于较小的屏幕(移动/平板电脑)css规则到以下文件的网站横幅。第432行的css:

@media screen and (max-width: 980px) {
#site-banner {
    padding: 0 20px;
    display: none;
}

结束

相关推荐

Headers already sent by

Warning: Cannot modify header information - headers already sent by (output started at /forums/vb/search/searchcontroller/version.php:91) in /wp-includes/functions.php on line 862 我不知道这个错误意味着什么。有人能帮帮我吗?函数第862行。php是。。。setcookie( \'wp-settings-time-\'