list.php 폭 줄이기 채택완료
끼룩끼룩
11년 전
조회 8,331
http://demo.sir.co.kr/gnuboard5/shop/list.php?ca_id=20">http://demo.sir.co.kr/gnuboard5/shop/list.php?ca_id=20
list.php width 폭을 줄이고 싶은데 어디를 수정해야 할까요?
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
11년 전
/css/default_shop.css 에서 아래 부분 width값 수정해보세요.
#container {position:relative;float:left;width:740px;min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1}
여기서 줄인 값만큼 이부분 width 값도 줄인 수치만큼 줄여줘야 오른쪽 오늘 본 상품 부분과 간격이 맞을겁니다.
#wrapper {z-index:5;margin:30px auto;width:1000px;zoom:1}
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
끼룩끼룩
11년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
전체 부분이 아닌, list.php 상품 분류 그룹에만 적용하고 싶습니다.
방법 없을까요?