답변 3개
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;width:1000px;height:100%;;zoom:1}
#aside {display: none;}
#container {z-index:4;position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:975px;zoom:1}
이렇게 수정하시면 1000 으로 되지않을까요?
댓글을 작성하려면 로그인이 필요합니다.
#container_wr {z-index:5;margin:0 auto;width:1200px;height:100%;;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid#adbfd2;;margin:20px 0 20px 20px}
#container {z-index:4;position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:875px;zoom:1}
위와같이 #container_wr에서 옆사이드와 컨테이너의 합산 넓이값이 지정되어있을겁니다.
그부분을 컨테이너+사이드 값으로 수정하셔야 나오지않을까요?
만약 .row 부분이 #container_wr 이라면 패딩값을 확인하셔야할듯합니다.
css코드를 보지않고서는 정확한 문제를 찾을수 없을듯하네요 수정내용을 모르니..
답변에 대한 댓글 1개
방금 것은 어쩌다 해결이 되었는데요.
아무래도 제가 다음 해보고 싶은 것의 참고가 될만한 답변인 것 같습니다.
감사합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인

입니다~
default.css에서 중간 레이아웃 부분을 수정하고 있는데
아마 거기 container나 이런 걸 삭제하고 화면 확장을 해서
그런걸까요?
가로폭이 1000인 사이트가 갖고싶습니다 ㅠㅠㅋㅋㅋㅋ