먼저, 게시판 스킨 감사합니다.
이번 업데이트때 댓글달면서 프로필이미지를 넣게 되있는데
위 처럼 프로필이미지에 아이콘까지 들어가니 밑으로 내려가 버리네요...
좀더 가로폭을 안정적으로 잡고싶은데 itemAside 어느 부분을 수정하면 될까요?
board.css 파일의 347번줄에 있는 width 값을 늘려주시면 됩니다.
.feedbackList .item .itemAside { _display:inline; position:relative; float:left; width:190px; margin:0 10px 0 0; padding:6px; *zoom:1; z-index:2; overflow:hidden; border:1px solid; }
빨간색으로 표기된 width 값을 늘려주세요~^^
board.css 파일의 347번줄에 있는 width 값을 늘려주시면 됩니다.
.feedbackList .item .itemAside { _display:inline; position:relative; float:left; width:190px; margin:0 10px 0 0; padding:6px; *zoom:1; z-index:2; overflow:hidden; border:1px solid; }
빨간색으로 표기된 width 값을 늘려주세요~^^
이 댓글을