Navigation
열기 닫기
# pc_skin.css 에서 다음과 같이 수정되었습니다.
1. 스킨 수정
max-width 값 수정
2. 콘텐츠 수정
.white-space 의 max-width 값 수정
/* PC 화면 넓이값을 가진 센터유지 */ #header > .inner, .gnb_p > .inner, .lnb_p_wrap .lnb_p_inner, .sub_location, #footer .fnb > ul, #footer .finfo, .shgroup, .contents_wrap.mypage {margin:0 auto;max-width:1000px}
->
/* PC 화면 넓이값을 가진 센터유지 */ #header > .inner, .gnb_p > .inner, .lnb_p_wrap .lnb_p_inner, .sub_location, #footer .fnb > ul, #footer .finfo, .shgroup, .contents_wrap.mypage {margin:0 auto;max-width:1200px} .white-space {max-width:1200px !important}
열기 닫기
# pc_skin.css 에서 다음과 같이 수정되었습니다.
1. 스킨 수정
max-width 값 수정
2. 콘텐츠 수정
.white-space 의 max-width 값 수정
/* PC 화면 넓이값을 가진 센터유지 */
#header > .inner, .gnb_p > .inner, .lnb_p_wrap .lnb_p_inner, .sub_location, #footer .fnb > ul, #footer .finfo, .shgroup, .contents_wrap.mypage {margin:0 auto;max-width:1000px}
->
/* PC 화면 넓이값을 가진 센터유지 */
#header > .inner, .gnb_p > .inner, .lnb_p_wrap .lnb_p_inner, .sub_location, #footer .fnb > ul, #footer .finfo, .shgroup, .contents_wrap.mypage {margin:0 auto;max-width:1200px}
.white-space {max-width:1200px !important}