답변 3개
#bo_list .td_num {width:50px;text-align:center;margin-left:30px;}
를 추가해보시거나
#bo_list .td_chk {width:30px;text-align:center;margin-right:30px;}
또는
#bo_list .td_chk {width:60px;text-align:center}
과 같은형태를 통해서 테스트하시면서 확인해보세요
먼저확인하시는방법은
크롬에서 F12를 누르고 ctrl+shift+c 누른후 해당영역을 클릭하여 css를 조절해보시면 해결가능합니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
안녕하세요.
도움 감사합니다~. td_chk는 있고 td_num2는 없어서 td_chk의 width를 수정했는데
저 부분은 변화가 없네요. ㅜㅜ
/* 게시판 목록 */ #bo_list {background:#fff;border:1px solid #e4e5e7} #bo_list .bo_list_innr {padding:20px} #bo_list .list_chk {display:inline-block;color:#fff} #bo_list .td_chk {width:30px;text-align:center} #bo_list .td_group {width:100px;text-align:center} #bo_list .td_board {width:120px;text-align:center} #bo_list .td_num {width:50px;text-align:center} #bo_list .td_numbig {width:80px;text-align:center} #bo_list .td_mb_id {width:100px;text-align:center} #bo_list .td_nick {width:100px;text-align:center} #bo_list .td_name {width:100px;text-align:left} #bo_list .td_date {width:60px;text-align:center} #bo_list .td_datetime {width:150px;text-align:center} #bo_list .td_mng {width:80px;text-align:center} #bo_list .notice_icon {display:inline-block;padding:0 5px;line-height:18px;border:1px solid #ff1e1e;font-weight:normal;font-size:11px;font-weight:bold;background:#fff;color:#ff1e1e;border-radius:3px} #bo_list .notice_icon i {color:#fff}
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인