영카트5 다운 받고 설치했습니다.
관리자 모드에서 게시판을 생성했고요.
처음에 게시판 폭이 100 으로 설정 되어 있었습니다.
80% 로 줄이니 게시판 틀이 좌측 정렬이 되어 버렸습니다.
80% 로 하면서 가운데 정렬을 하고 싶은데 어떻게 해야 되나요? ㅠㅠ
|
답변 3개 / 댓글 2개
채택된 답변
+20 포인트
2019-01-23 (수) 03:04:53
![]()
순정 기준으로 설명해드릴께요.
/skin/board/basic/style.css 를 여셔서
/* 게시판 목록 */
#bo_list {position:relative}
이걸
#bo_list {position:relative; width:80%; margin-left:10%;}
이렇게 수정해보세요.
답변에 대한 댓글 1개
plat75k
2019-01-23 (수) 12:08:55
plat75k
2019-01-23 (수) 12:09:22
![]()
이렇게만 나오네요 ㅠ
2019-01-23 (수) 00:45:02
css를 이렇게 설정해보세요.
Copy
width:80%; margin:0 auto;
답변에 대한 댓글 1개
plat75k
2019-01-23 (수) 01:20:22
제가 잘 몰라서.. ㅠㅠ
css 폴더 default.css 에 적어주신 걸 넣으면 되나요?
맨 위에 넣으면 되나요? 어디에 넣어야 하는지 ㅠㅠ
css 폴더 default.css 에 적어주신 걸 넣으면 되나요?
맨 위에 넣으면 되나요? 어디에 넣어야 하는지 ㅠㅠ
답변을 작성하려면 로그인이 필요합니다.
#bo_list {position:relative}
내용이 없습니다. ㅜㅜㅜ
/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:110px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:100px;text-align:left}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
이렇게 나오네요 ㅠㅠ