통합검색 결과창에 대한 질문
<문제화면>

<올바른 화면>

테마를 다운받아서 사용하려 합니다.
통합검색해서 상품을 검색하면 아래처럼 3개씩 테두리선 없이 나와야 정상인데
위처럼 이미지크기가 크게 출력되서 하나씩 밑으로 떨어지고 테두리도 왜 적용이 되는지 모르겠네요
개발자도구에서 직접수정은 가능하던데 어느파일을 수정해야할지 감이 안옵니다 ㅠㅠ
관리자페이지에도 들어가봤는데

테마설정불러오기 누르고 사이즈도 저게 맞게 들어간다는걸 확인했는데 왜그럴까요?
이미지 자체 크기도 혹시 몰라 325*325로 잘라봣는데도 같네요.,.
답변부탁드립니다.
참고로 제가 다운받은 테마는 redshop입니다.
list.10.skin.php에 있는 소스는 다음과 같습니다.
아래 코드를 수정하면 될까요?
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); add_javascript('', 10); ?>
list_mod >= 2) { // 1줄 이미지 : 2개 이상 if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 else $sct_last = ''; } else { // 1줄 이미지 : 1개 $sct_last = ' sct_clear'; }
if ($i == 1) { if ($this->css) { echo "
- css}\">\n";
} else {
echo "
- img_width}px\">\n";
if ($this->href) { echo "
\n"; }//if ($this->view_it_id) { // echo "
<".stripslashes($row['it_id']).">\n"; //}if ($this->href) { echo "
\n"; }//if ($this->view_it_basic && $row['it_basic']) { // echo "
".stripslashes($row['it_basic'])."\n"; //}if ($this->view_it_cust_price || $this->view_it_price) {
echo "
\n";\n";if ($this->view_it_cust_price && $row['it_cust_price']) { echo "
".display_price($row['it_cust_price'])."\n"; }if ($this->view_it_price) { echo display_price(get_price($row), $row['it_tel_inq'])."\n"; }
echo "
}
echo "
\n"; if ($this->view_it_icon) { echo "\n"; echo "".item_icon2($row)."\n"; }echo "
\n"; if ($this->view_sns) { $sns_top = $this->img_height + 10; $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo ""; echo "\n"; echo ""; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "\n"; } echo "href}{$row['it_id']}\" target=\"_blank\" class=\"sct_newtab_btn\">새창\n"; echo "\n"; echo " \n";
}
- \n";
}
}
echo "
if ($i > 1) echo "
if($i == 1) echo "
등록된 상품이 없습니다.
\n"; ?>
아래는 search.skin.php 소스입니다.
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); ?>
답변 1개
개발자 도구에해서 해당 css 클래스를 확인하면
어떤 파일에서 불러와서 적용되는지 알수있으니
해당 파일에서 style을 수정하시면 되지싶습니다.
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인