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

상품 이름 짤리는것 수정문의합니다. 채택완료

노브레이크 9년 전 조회 4,700

농산물 쇼핑몰 테마 pc 사용중입니다.

http://sir.kr/yc5_theme/68">http://sir.kr/yc5_theme/68

 

쇼핑몰 상품 이름이 한줄로 쭉나와서 뒤에 글씨가 짤리는데요

두줄로 나오게 하려면 어떻게 수정해야하나요?

 

 

 

--------소스----------

 

.sct_list_10 .sct_li {position:relative;float:left;margin:0 24px 15px 0;border:1px solid #dcdcdc;border-radius:0 0 5px 5px} .sct_list_10 .sct_li:hover{border:1px double #33d3d4;background:#fff} .sct_list_10 .sct_last {margin:0 0 15px !important} .sct_list_10 .sct_clear {clear:both} .sct_list_10 .sct_a {display:block;position:relative;text-decoration:none;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;} .sct_list_10 .sct_a:focus, .sct_20 .sct_a:hover {text-decoration:none} .sct_list_10 .sct_img {;border-bottom:0px solid #dcdcdc;margin:10px} .sct_list_10 .sct_icon{padding:5px 20px 0;} .sct_list_10 .sct_icon img {margin:0 2px 0 0 } .sct_list_10 .sct_id {display:block;padding:5px 10px 0;} .sct_list_10 .sct_txt {padding:20px 20px 5px;font-size:1.25em;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;list-style: none} .sct_list_10 .sct_basic {padding:0 20px 5px;line-height:1.5em;color:#888;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;list-style: none} .sct_list_10 .sct_cost {padding:10px 20px 20px;font-weight:bold;font-weight:bold;color:#343434;font-size:1.333em} .sct_list_10 .sct_cost strike {margin:0 0 5px;color:#999;font-weight:normal} 

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

답변 1개

채택된 답변
+20 포인트

.sct_list_10 .sct_txt {padding:20px 20px 5px;font-size:1.25em;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;list-style: none}

아래 처럼 바꾸세요 

.sct_list_10 .sct_txt {padding:20px 20px 5px;font-size:1.25em;list-style: none}

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

답변에 대한 댓글 3개

노브레이크
9년 전
답변 감사합니다. 적용해 봤는데 뒤에 글씨는 계속 짤리네요..
불량학생
9년 전
현재올려주신페이지들중에 text-overflow: ellipsis;overflow: hidden;white-space: nowrap;이런 CSS제거하시면 됩니다
노브레이크
9년 전
감사합니다 해결했습니다!

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

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

로그인