답변 3개
채택된 답변
+20 포인트
8년 전

보시는 바와 같이 삽입되는 부분들이 발생하고 있습니다.
추가한 스크립트가 문제일 수도 있고, 어딘가에 잘못 수정된 부분이 있으신거겠죠.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
8년 전
전체 레이아웃부분에서
아래에 라고 나오는 부분이 자리를 차지하고 있어요. head.php 부분 살펴보시고요.
게시판에서는 list.skin 페이지에서 .bo_fx 부분이 자리를 차지하고 있습니다.
게시판 style.css 파일에서 .bo_fx 부분 찾으셔서 margin-bottom: 0; 으로 수정해보세요.
슬라이더는 지원하는 옵션값을 좀 더 참조해보시고요.
현재 상태는 .bx-wrapper img {margin: 0 auto} 추가하시면 가운데 정렬은 가능합니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
�
사이트메이크
8년 전
�
사이트메이크
8년 전
아 그리고 슬라이더는 이제 되네요
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인

그리고 head.php파일안에 컨테이너 아래에는 아무런 글자도 없어요 그게 마지막이거든요
또 지우고 새로만들까봐요 ㅠㅠ 다 만들어가는데 이런 오류가 ㅎㅎ
/* 게시판 목록 공통 */
.bo_fx {margin-bottom:0px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}