나리야 최근 갤러리 게시물 제목 2줄로 나오게 변경
작성자 정보
- Wikiutil 작성
- 작성일
컨텐츠 정보
- 1,095 조회
-
목록
본문
nariya/nariya.css 중 211줄 쯤에 보면 아래 부분 수정 , 추가
/* Flex 제목 */
.na-title { display: block; position: relative; width: 100%; padding:0; }
.na-title2 { display: block; position: relative; width: 100%; height:50px; line-height:22px; padding:0; }
.na-title .na-item { display: flex; align-items: center; }
.na-title2 .na-item2 { display: flex; align-items: center; }
.na-title .na-subject { display: inline-block; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.na-title2 .na-subject2 { display:-webkit-box; word-break: break-all; text-overflow: ellipsis; -webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden; }
2. /theme/BS4-Basic_2/widget/wr-gallery/widget.rows.php 102번째쯤 줄에 2로 번경
<div class="na-title2">
<div class="na-item2">
<a href="<?php echo $list[$i]['href'] ?>" class="na-subject2"<?php echo $target ?>>
<?php echo $wr_icon ?>
<?php echo $list[$i]['subject'] ?>
</a>
관련자료
-
링크