phpBB prosilver width 수정법
/prosilver/theme/common.css 에서
wrap부분에 아래 라인을 추가한다.
width: 900px;
margin: 0 auto;
그리고 관리자패널에서 style => theme => prosilver 스타일에서 refresh를 클릭하면 적용된다.
coolnix 개인블로그 - 리눅스, PHP, AWS,워드프레스 정보
/prosilver/theme/common.css 에서
wrap부분에 아래 라인을 추가한다.
width: 900px;
margin: 0 auto;
그리고 관리자패널에서 style => theme => prosilver 스타일에서 refresh를 클릭하면 적용된다.
You must be logged in to post a comment.