gpt4 book ai didi

css - 居中整个博客和侧边栏(Wordpress 主题)

转载 作者:行者123 更新时间:2023-11-28 01:46:43 25 4
gpt4 key购买 nike

我目前正在尝试设计我的 WordPress 主题(并且是一个新手),但我无法将我的整个博客居中。 For reference, this is what it looks like now.

以前一切都是正确居中的,然后我改变了整个博客的宽度,突然菜单没有占用最大宽度,博客和侧边栏不再居中。我很乐意为此提供任何帮助。提前致谢! :)

这是我为博客准备的代码:

div#container
{
margin: 0px auto;
width: 1050px;
min-width: 1050px;
max-width: 1050px
}

div#content
{
max-width: 640px;
margin-right: auto !important;
margin-left: auto!important;
margin-bottom: 30px;
float: left;
padding: 30px 30px 30px 30px;
background-color: white!important;
}

侧边栏:

div#primary
{
/* Primary Widget Area DIV */
padding: 10px 25px 30px 25px !important;
margin: 0px auto!important;
float:right;
background-color: white!important;
max-width: 260px!important;
}

对于菜单:

.menu {
background-color: #676565;
margin: 0px auto;
width: 100%!important;
list-style: none;
padding: 10px 10px 10px 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2.5px;
font-family: 'Tw Cen MT'!important;
position: relative;
}

最佳答案

您可以尝试为 body 标签设置样式,以快速解决您的问题。

例子如下,

html{
background-image: url("https://i.imgur.com/urEcvAw.png"); background-position: center center; background-size: 200px!important; background-size: cover; background-repeat: repeat; background-attachment: fixed; margin: 0;
}

body{
max-width:160px;
margin:0 auto;
background:#fff;
}

.sample{
text-align:center;
background:#fff;
height:80px;
width:100%;

}
<html>
<head>
</head>
<body>
<div class="container sample">
<p>here all websites header, main block footer comes.. </p>
</div>
</body>
</html>

希望对你有所帮助

关于css - 居中整个博客和侧边栏(Wordpress 主题),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50151115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com