1. 정확한 제품 또는 플러그인 이름
K board 자유게시판
2. 상세 내용
아래 이미지와 같이 유독 하나의 게시글만 세로 간격이 넓어져있는데요,
제목의 길이, 이미지 width는 물론 게시글 내용을 전부 지워도 목록 높이 간격에는 변화가 없습니다.
스레드네 '게시판 목록 간격' 답변을 전부 찾아 해봐도 그대로이네요 ㅠ
어떻게 해결해야할까요?
3. 확인 가능한 상세 페이지 주소
https://mediumm.net/?page_id=88
4. 수정한 코드 내역 (있다면)
아래는 '사용자 정의 Custom CSS' 목록입니다.
/* 상태 */
#kboard-ask-one-list .kboard-list table td.kboard-list-status { width: 100px; }
/* 작성자 */
#kboard-ask-one-list .kboard-list table td.kboard-list-user { width: 100px; }
/* 작성일 */
#kboard-ask-one-list .kboard-list table td.kboard-list-date { width: 100px; }
@media screen and (max-width: 600px) {
#kboard-default-document .kboard-detail .detail-attr { font-size: 14px; padding: 2px 3px !important; }
}
@media screen and (max-width: 600px) {
#kboard-default-list .kboard-list table td.kboard-list-title .kboard-default-cut-strings { margin-bottom: 3px !important; }
}
#kboard-default-list .kboard-list table td.kboard-list-user img { vertical-align: middle; margin-right: 3px; }
form input[type=checkbox] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
.cosmosfarm-members-form.signup-form input[type=submit] { background-color: #818db4 !important; }
.cosmosfarm-members-form.signin-form input[type=submit] { background-color: #818db4 !important; }
.cosmosfarm-members-form input[type=submit] { color: white; }
.cosmosfarm-members-form input[type=submit]:hover { color: #ffc0c3; }
a.kboard-default-button-small, input.kboard-default-button-small, button.kboard-default-button-small { color: #ffffff !important; background: #818db4 !important; border: 1px solid #cccccc; border-radius: 20px; }
#kboard-default-list .kboard-control a { color: #555555 !important; background-color: rgba(255,196,197,0.27) !important; }
.kboard-button-like { color: #6c7cb4 !important; }
.kboard-button-unlike { color: #ff96c3 !important; }
.comments-button-like { color: #6c7cb4 !important; }
.comments-button-unlike { color: #ff96c3 !important; }
.cosmosfarm-members-form .members-link { background-color: #ffc0c3 !important; border-left: 1px solid white; border-top: 1px solid white; }
.cosmosfarm-members-form .members-link li a { border-right: 1px solid white; border-bottom: 1px solid white; color: white; }
.kboard-default-poweredby{
display:none;
}
.kboard-button-print { display: none; }
.kboard-content .content-view { font-size: 16px; line-height: 24px; }
#kboard-default-latest table
thead .kboard-latest-title { display: none; }
thead .kboard-latest-date { display: none; }
.kboard-latest-date { display: none; }
.site-footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
#kboard-default-list .kboard-category .kboard-category-list { background-color: black; }
#kboard-default-list .kboard-category .kboard-category-list li a { color: white; }
#kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a { color: white; border-bottom: 2px solid white; }
#kboard-default-list .kboard-list table tr.kboard-list-notice td.kboard-list-uid { color: #439cfa; font-weight: bold; }
#kboard-ask-one-list .kboard-list table tr.kboard-list-notice td.kboard-list-uid { color: #439cfa; font-weight: bold; }
안녕하세요~^^
확인해보니 랜더링 되지 않은 이미지가 칸을 벗어나서 표시되고 있는 듯 합니다.
아래의 코드를 테마 추가 css에 입력해보시겠어요?
#kboard-default-list .kboard-list tbody td.kboard-list-title img {
width: 35px;
}
고맙습니다.