안녕하세요 :)
게시판 모듈은 pjaxboard를 쓰고 있습니다!
다름이 아니라 댓글과 댓글 사이 간격(흰색 칸 부분)이 너무 넓어서 줄이려고 하는데
어디에서 어느 코드를 바꿔야 할지 _comment.html을 봐도 모르겠어서 질문드립니다.

감사합니다!
안녕하세요 :)
게시판 모듈은 pjaxboard를 쓰고 있습니다!
다름이 아니라 댓글과 댓글 사이 간격(흰색 칸 부분)이 너무 넓어서 줄이려고 하는데
어디에서 어느 코드를 바꿔야 할지 _comment.html을 봐도 모르겠어서 질문드립니다.

감사합니다!
댓글 8
/css/board.css 에서 cmt_area를 검색 하셔서 padding 부분을 수정 하시면 될듯 합니다.
음.. 밑은 cmt_area 로 검색해서 나오는 부분입니다ㅜㅜ 혹시 봐주실 수 있으실지...
/* _comment.html */
.cmt_lst .cmt_area {background:#fafafa; margin-left:48px; width:calc(100% - 48px)}
.cmt_lst .cmt_area div.meta {width:100%; padding:0; background:rgba(0,0,0,0.015)}
div.meta > div.fl {height:36px; line-height:36px; padding:0 12px}
div.meta .secret > i {font-size:18px; vertical-align:-4px}
div.meta > div.fl a {font-size:13px; color:#444; font-weight:bold}
div.meta > div span {font-size:13px; color:#666}
div.meta > div span.date {font-size:12px}
.cm_vote > a {display:inline-block; height:36px; line-height:36px; min-width:36px}
.cm_vote > a > i {font-size:20px; vertical-align:-5px}
.cm_vote > a:hover > i {color:#4F9CE5}
#cmtPosition .cmt_lst .cmt_area .xe_content {float:left; box-sizing:border-box; width:100%; font-size:14px; padding:8px 12px}
.cmt_set {width:100%; padding:8px 12px 12px}
.cmt_set > a {background:#fff; min-width:28px; padding:0 4px; height:24px; line-height:26px; font-size:12px}
/*_comment_b.html */
#cmtPosition .cmt_lst.cmt_styleB div.prof_img {width:30px; margin-top:2px; margin-right:12px}
.prof_img > span, .prof_img > img {width:30px; height:30px; line-height:30px; border-radius:50%}
#cmtPosition .cmt_styleB {border-top:1px solid #ececec; padding:16px 0 !important}
.cmt_lst .cmt_area_b {width:calc(100% - 38px); margin-left:42px}
#cArea .cmt_styleB.re svg {top:24px}
.cmt_area_b .meta_b {width:100%; position:relative; color:#a5a5a5; font-size:13px; height:24px; line-height:24px}
.cm_vote_b > a {margin-right:8px; font-size:14px; line-height:24px}
.cm_vote_b > a > i {font-size:16px; color:#c7c7c7; vertical-align:-3px}
.meta_b span.date {letter-spacing:-1px}
이제야 적용이 됐네요 ㅠㅠㅠㅠ 감사합니다!