테스트 사이트 - 개발 중인 베타 버전입니다

모바일에서 상품이 꽉차게 나오게하는방법좀 가르켜주세요

통신 10년 전 조회 3,761

모바일에서 css을 수정을 했는되요 모바일 크기에 맞게 상품이 가득차게 나와야하는되요

 

아무리해도 안되네요 ㅠㅠ 어떤 부분을 수정해야하나요

 

/* 상품 목록 스킨 10 */

.sct_10 .sct_sns {margin:15px 0 0} .sct_10 .sct_last {border:0px;max-width:100%; position:absolute;left:100px;top:100px margin:0 0 0px !important} .sct_10 .sct_clear {max-width:100%;clear:both} .sct_10 .sct_a {border:0px;max-width:100%;width:100%; display:inline-block;position:relative;margin:0 0 5px;text-decoration:none} .sct_10 .sct_id {border:0px;max-width:100%;width:100%;left:220px;top:50px;display:block;} .sct_10 .sct_basic {max-width:100%;width:100%;left:220px;top:50px;margin:0 0 10px} .sct_10 .sct_cost {max-width:100%;width:100%;color:#ff0000;position:relative;left:215px;top:-755px;display:block;margin:0 0 10px;font-weight:bold} .sct_10 .sct_cost strike {max-width:100%;width:100%;color:#ff0000;display:block;margin:0 0 5px;font-weight:normal} .sct_10 .sct_qty {max-width:100%;width:100%;height:590px;color:#ff0000;display:block;font-weight:bold} .sct_10 .sct_name {max-width:100%;width:100%;font-size:15px;background:#adfd77;position:relative;left:200px;top:-140px;font-weight:bold} .sct_10 .sct_weight {max-width:100%;width:100%;position:relative;left:200px;top:-160px;font-weight:bold} .sct_10 .sct_n6 {max-width:100%;width:100%;border:2px solid #e9e9e9;position:relative;left:200px;top:-720px;font-weight:bold} .sct_10 .sct_grade {max-width:100%;width:100%;color:#1568ff;position:relative;left:0px;top:-630px;font-weight:bold} .sct_10 .sct_ear_tag {max-width:100%;width:100%;font-size:13;position:relative;left:200px;top:-300px;font-weight:bold} .sct_10 .sct_icon {max-width:100%;width:100%;position:absolute;left:215px;top:120px;margin:10px 0 0px} .sct_10 .sct_sns {margin:15px 0 0}​ 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

10년 전

style.css 에서 

29라인 .sct_10 .sct_clear {max-width:100%;clear:both}

128라인 .sct_10 .sct_clear {clear:both}

의 clear:both 속성을 삭제하세요.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 4개

통신
10년 전
clear;both의 속성을 삭제했는되도 안되네요 ㅠㅠ
카츠
10년 전
ㅡㅡ;;
같은 파일에 두군데 적어두셨네요.
사이트 들어가보니 29라인만 지우고 128라인엔 아직 해당 속성이 남아있네요.
통신
10년 전
128라인은 소스가 없던되요 ㅠㅠ
카츠
10년 전
스타일시트 파일이 2개가 로드되고 있습니다.
<link rel="stylesheet" href="http://hanumam.com/skin/shop/basic/style.css">
<link rel="stylesheet" href="http://hanumam.com/mobile/skin/shop/basic/style.css">

mobile 쪽은 속성이 주석처리되어있던데.. pc쪽의 스타일이 해당 속성이 남아있어요. 128라인이네요.

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인