내 사이트에서 오른쪽에 원치 않는 흰색 여백이 있습니다. 그 이유는 모르겠습니다. 내 사이트의 모든 컨테이너가 유동적이며 컨테이너에 여백이없고 CSS가 추가되지 않았습니다. 나는이 사이트의 아래에 바닥 글을 넣어 싶습니다Css 원하지 않는 오른쪽 여백, 끈적한 바닥 글이 고정되어 있지 않음
html,
page {
width: 100%!important;
margin:0;
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
padding-right:0px;
padding-left:0px;
color:#333;
}
container, container-fluid {
width:100%0!important;
padding:0!important;
margin:0!important;
}
, 나는 위치에 시도 : 절대 마진 - 바닥을, 또한 오버 플로우 숨겨진 시도하지만 나를 위해 작동하지 않습니다.
<div class="navbar navbar-inverse navbottom">
.navbottom {
background: url(../img/footer.jpg) no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-color:#679003;
-moz-border-radius:0px;
border-radius: 0px;
border-style: none;
position: relative;
margin-top: -50px; /* negative value of footer height */
height: 50px;
clear:both;
padding-top:20px;
overflow:hidden;
margin-bottom:0!important;
전체 HTML과 CSS https://jsbin.com/biwuyewipi/edit?html,css,output
사이트 : http://fotozorza.pl/