style.php 수정후 검색창위치 이상..
본문
안녕하세요
기본갤러리 게시판 사진목록을 가운데 정렬하고싶어서
/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {float:left;margin:0 10px 30px 0}
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {float:right;position:relative;left:-50%;margin:10px 0 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {float:left;position:relative;left:50%;margin:0 10px 30px 0}
아래처럼 바꿔주었더니
그림처럼 관리자모드에서는 밑에 제목검색칸이 제대로 위치해있는데
비로그인으로 접속하면 위에 그림처럼 이상한위치로 날아가버립니다.. 무엇이 잘못되었을까요?
저 파일로 샘플 보내주신분은 비로그인인거같은데도 제자리에있었는데.. 제가 다른무엇을 건드린건지
원본이랑 비교해도 잘안찾아집니다 ..원본파일을 통쨰로 넣어도 저렇게됩니다..
!-->!-->
답변 2
list.skin.php 파일에서
<?php if ($list_href || $is_checkbox || $write_href) { ?>
여기 바로 위에 추가해보세요.
<div style="clear:both"></div>
f12 개발자도구 확인해서 저기UI 가 어떻게 되어있는지 확인해보시고
고치시면 될꺼같은데요
답변을 작성하시기 전에 로그인 해주세요.