답변 3개
adm/css/admin.css 파일에서(1000픽셀로 줄인다고 가정할때)
#hd {z-index:10;min-width:1000px;background:url('../img/hd_bg.jpg') #383b3f repeat-x}
을
#hd {z-index:10;width:1000px;background:url('../img/hd_bg.jpg') #383b3f repeat-x}
로 수정
#lnb {margin:0;padding:15px;min-width:970px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
을
#lnb {margin:0;padding:15px;width:970px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
로 수정
#wrapper {z-index:5;margin:20px 0;min-width:1000px;zoom:1}
을
#wrapper {z-index:5;margin:20px 0;width:1000px;zoom:1}
로 수정해서 적용해 보세요.
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인