토론방

디자인팜2.0 쇼핑몰 가로 넓이를 넓히려고 합니다.

게시글 공유 URL복사
댓글[1]

열기 닫기

  • 이**우 2018-07-02

     

     

    # 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}

     

     

     

댓글작성

열기 닫기

댓글작성
top