게시판과 하단사이가 벌어지는데요~
본문
위에 사진처럼 홈페이지 중간과 하단사이에 저렇게 공간이 나와요...
게시판을 <div id="bo_gall" style="top:-790px;position:relative;left:50%;margin-left:-300px;width:<?php echo $width; ?>;">
이렇게 고쳐서 원하는곳에 억지로 넣었구요ㅜㅜ
하단을 #ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:1024px;text-align:center;}
여기를 건들여보면 올라오긴하는데
홈페이지 중간에 걸린다고 해야하나...ㅜㅜ
게시판을 억지로 움직여놔서 그런걸까요ㅜㅜ?
답변 2
나름대로 수정을 하신 모양이네요.
theme/basic/css/default.css
#container {z-index:4;position:relative;float:left;padding:15px 16px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #dde4e9;background:#fff;font-size:1em;zoom:1}
를 참고하세요.
<div id="bo_gall" style="top:-790px;position:relative;left:50%;margin-left:-300px;width:<?php echo $width; ?>;">
이건 좀... 정상적인 방법이 아닌 듯 하네요.
초보라 잘 모르긴 합니다만...