자유게시판 가로 사이즈 늘리려면 어떻게 해야 하나요?
오른쪽에 로그인창(aside)를 제거했는데,
공간이 남아서 그곳에
사진처럼 자유게시판 가로를 늘려서
채우고 싶어서요.
초보인데 이것저것 해도 안되서요
가로 전체는 1200이고
자유게시판 가로는 930에서 더 늘지 않습니다

|
답변 2개 / 댓글 1개
채택된 답변
+20 포인트
5년 전
theme/basic/css/default.css 파일 수정.
#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
width:930px 를 width:100%로 수정.
#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:100%;zoom:1}
참고 https://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=161
답변에 대한 댓글 1개
문제는 CSS를 수정해서 박스 사이즈를 100% 수정해야 하는군요..ㅆ
답변을 작성하려면 로그인이 필요합니다.