답변 3개
1년 전
id가 bo_list 찾아서 width 값을 조정해 보세요.
그리고 가운데 정렬은 추가로 알아보셔야 할듯합니다.
페딩으로 어느정도 조정도 됩니다.

로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
1년 전
![]()
전체적으로 줄어졌습니다. 일정게시판만 줄어졌으면 했는데... 다른 방법은 없을까요? @들레아빠
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
1년 전
/theme/basic/css/common.css line 16
</p>
<p>html, body {
height: 100%;
width: 1200px;
margin: 0 auto;
padding: 0;
/* left: 0; */
/* top: 0; */
color: #666666;
font-family: "Noto Sans KR", sans-serif;
line-height: 1.2;
font-weight: 400;
}
/theme/basic/css/common.css line 23
</p>
<p>html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
/* margin: 0; */
padding: 0;
border: 0;
font-weight: 500;
}</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 3개
�
1년 전
/theme/basic/css/common.css line 592
[code]
.sub_btit {
text-align: center;
margin-top: 10rem;
margin-bottom: 7rem;
width: 800px;
}
[/code]
/theme/basic/skin/board/190724schedule+v1.4/list.skin.php에서
[code]
<div id="bo_list" style="width:100%">
=>
<div id="bo_list" style="width:800px">
[/code]
[code]
.sub_btit {
text-align: center;
margin-top: 10rem;
margin-bottom: 7rem;
width: 800px;
}
[/code]
/theme/basic/skin/board/190724schedule+v1.4/list.skin.php에서
[code]
<div id="bo_list" style="width:100%">
=>
<div id="bo_list" style="width:800px">
[/code]
n
1년 전
라인 592페이지 수정을 현재 1200px; 값 수정해놓은 상태에서 하라는 말씀이신거죠?
리스트 스킨 파일에는 위치 100%가 안보입니다.
리스트 스킨 파일에는 위치 100%가 안보입니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
답변대기
채택
답변대기
답변대기
답변대기
답변대기
채택
채택
답변대기
답변대기
답변대기
채택