http://demo.sir.co.kr/gnuboard5/shop/list.php?ca_id=20
list.php width 폭을 줄이고 싶은데 어디를 수정해야 할까요?
답변 1개 / 댓글 1개
2014-08-08 (금) 21:15:48
/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개
2014-08-09 (토) 14:29:17
답변을 작성하려면 로그인이 필요합니다.
전체 부분이 아닌, list.php 상품 분류 그룹에만 적용하고 싶습니다.
방법 없을까요?