묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
본문 크기조절떄문에 난항을 겪고있습니다 ㅜㅜ 제발도와주세요
2011.07.01 21:50
레이아웃 스킨은 elkha_graystyle2_lite
이것을 쓰고있구요
첨부파일에 css와 layout.html
여기서
css를열어
.Wrapper { margin:0 auto; position:relative; width:970px; }
을
.Wrapper { margin:0 auto; position:relative; width:1300px; }
이렇게 바꾸고
#contentBanner .contentBanner .content { position:absolute; left:0; top:0; margin:0; padding:0; width:970px; height:250px; display:none; border:0; z-index:10; }
이부분을
#contentBanner .contentBanner .content { position:absolute; left:0; top:0; margin:0; padding:0; width:1300px; height:250px; display:none; border:0; z-index:10; }
이렇게 바꿧습니다
그리고 layout.html 열어서
#content { width:{(900-$layout_info->widget_width)}px; float:left; display:inline; }
이부분을
#content { width:{(1200-$layout_info->widget_width)}px; float:left; display:inline; }
이렇게 바꾸고 적용시켯더니
이런식으로 위쪽 메뉴가 이상하게 변해버립니다... 차근차근 진행했을때 레이아웃 부분을 고치면 저렇게 되더라구요... 제대로하려면 어떻게해야댑니까.... 알려주세요 ㅜㅜ 파일2개 첨부합니다
이것을 쓰고있구요
첨부파일에 css와 layout.html
여기서
css를열어
.Wrapper { margin:0 auto; position:relative; width:970px; }
을
.Wrapper { margin:0 auto; position:relative; width:1300px; }
이렇게 바꾸고
#contentBanner .contentBanner .content { position:absolute; left:0; top:0; margin:0; padding:0; width:970px; height:250px; display:none; border:0; z-index:10; }
이부분을
#contentBanner .contentBanner .content { position:absolute; left:0; top:0; margin:0; padding:0; width:1300px; height:250px; display:none; border:0; z-index:10; }
이렇게 바꿧습니다
그리고 layout.html 열어서
#content { width:{(900-$layout_info->widget_width)}px; float:left; display:inline; }
이부분을
#content { width:{(1200-$layout_info->widget_width)}px; float:left; display:inline; }
이렇게 바꾸고 적용시켯더니
이런식으로 위쪽 메뉴가 이상하게 변해버립니다... 차근차근 진행했을때 레이아웃 부분을 고치면 저렇게 되더라구요... 제대로하려면 어떻게해야댑니까.... 알려주세요 ㅜㅜ 파일2개 첨부합니다
댓글 2
-
ForHanbi
2011.07.01 22:03
-
송동우
2011.07.02 06:58
일부러 레이아웃을 다운 받아서 적용하고
질문에 나온 그대로 수정을 해서 봤더니
전혀 이상한 점이 발견되지 않았습니다.
질문에 올려진 헤더부분이 정상적으로 나옵니다.
문제점을 찾아 보려고 레이아웃을 적용했는데
문제가 안생기네요.......
Header쪽에 마진이 잡혀 있는게 아닌가 싶네요.