是的,请转到您的/wp-content/themes/manifest\\u v1。1/样式。css并编辑以下ID,如下所示:
#siteWrapper{
margin: 0 auto;
padding-top: 15px;
width: 97%;
text-align: center;
position: relative;
}
#coreContent{
float: auto;
width: auto;
margin-top: 8px;
}
#footer{
width: 97%;
margin: 40px auto 0;
padding: 20px 0 35px 0;
border-top: 4px double #ccc;
color: #666;
text-align: center;
}
除此之外,我看到你在这张Intef图片下面有一些蓝色图片。。。我相信他们中的一个不应该在那里?试试我提供的CSS
firebug 首先看看你会得到什么。。。或者只是玩firebug,看看如何更改主题外观,然后将其应用到样式中。css