관리자 모드 폭 넓이 너무 넓어요 ㅠㅠ 줄일수 없나요?

관리자 모드 폭 넓이 너무 넓어요 ㅠㅠ 줄일수 없나요?

QA

관리자 모드 폭 넓이 너무 넓어요 ㅠㅠ 줄일수 없나요?

답변 3

본문

이전 관리자 모드는 폭이 적당했습니다.

1,000픽셀 이었습니다,

 

80c3e1fa80423714b13951756b4cb40c_1468242137_6729.png 

 

그런데 지금 관리자 모드의 폭넓이는 너무 넓습니다 ㅠㅠ

시인성이 떨어지고 작업 효율이 너무 차이 납니다.

 

1,900픽셀입니다.

 

80c3e1fa80423714b13951756b4cb40c_1468242234_6926.jpg 

 

폭을 줄일수는 없는지요?

고정된 것인가요? 

이 질문에 댓글 쓰기 :

답변 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}

로 수정해서 적용해 보세요. 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
  • 질문이 없습니다.
전체 0
© SIRSOFT
현재 페이지 제일 처음으로