콘테이너와 인덱스를 중양으로 오게하려면
본문
답변 1
css/default.css 파일
#container 부분에서 width:900px; 대신에 margin:0 auto;width:976px; 추가
#container {z-index:4;position:relative;float: center;margin:0 auto;width:976px;padding:0px 0px 0px 0px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #dde4e9;background:#fff;font-size:1em;zoom:1}
답변을 작성하시기 전에 로그인 해주세요.