Html 为什么容器向右移动?

Html 为什么容器向右移动?,html,css,Html,Css,为什么容器向右移动?有什么想法吗?我什么都试过了,谢谢你的帮助,只有当图像不是那么大的时候它才会移动。 .收割台容器{ 高度:153px;} .header-container .header { height: 90px; min-width: 1000px; background: #f2743a; border-top: 63px solid #ffffff;} .header-container .header .header-inside { width: 1000px; ma

为什么容器向右移动?有什么想法吗?我什么都试过了,谢谢你的帮助,只有当图像不是那么大的时候它才会移动。 .收割台容器{ 高度:153px;}

 .header-container .header {
height: 90px;
min-width: 1000px;
background: #f2743a;
border-top: 63px solid #ffffff;}

  .header-container .header .header-inside {
width: 1000px;
margin: 0px auto;}
.header-container .header .header-inside .logo {
float: left;
position: relative;
top: -60px;}
.header-container .header .header-inside .header-nav {
float: right;}
.header-container .header .header-inside .header-nav ul {
padding: 31px 0px 31px 20px;}
.header-container .header .header-inside .header-nav ul li {
display: inline-block;}
.header-container .header .header-inside .header-nav ul li a {
padding: 4px 8px 4px 8px;
font-family: Tahoma;
font-size: 18px;
color: #ffffff;
text-decoration: none;}
 .header-container .header .header-inside .header-nav ul li a:hover {
background: #85be64;
border-radius: 3px;}
HTML


fdghfghfdghg

将最小宽度更改为收割台容器收割台

例如:

.header-container .header {
   width: 400px;
}
.header-container .header {
   width: 400px;
}