kboard 입력란 너비 넘어가는 문제

kboard 를 잘 사용하고 있는 유저입니다. 덕분에 잘 사용하고 있습니다.

얼마전에 테마를 바꾸면서 게시판을 새로 설치했는데 입력칸이 넘어가는 문제가 발생했습니다.

스킨의 스타일에서 문제가 생긱는 것 같아서 수정해 보니 잘 작동합니다.

혹시 동일한 문제로 고생하시는 분이시라면 참고하시라고 올려드립니다.

적용하고 있는 게시판의 style.css 58번째 줄에 width 의 값을 95px 에서 12%로 수정했습니다.

#kboard-customer-editor .kboard-attr-row .attr-name {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 20px;
    width: 12%;
    line-height: 30px;
    color: #545861;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

62번째 줄에 있는 width의 값을 87%로 추가했습니다.

#kboard-customer-editor .kboard-attr-row .attr-value input[type="text"], #kboard-customer-editor .kboard-attr-row .attr-value input[type="password"] {
    margin: 0px;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 6px 2px;
    width: 87%;
}

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요