사이트 메뉴 제거하는 방법

2020-04-02 (목) 14:48:29 1,677

3739813777_1585806442.0543.png

왕초보가 문의 드립니다.
이미지 오른쪽 사이트 메뉴 제거하는 방법좀 알려주세요

답변 2개 / 댓글 1개

theme/basic/tail.php 파일에서 아래 코드 삭제.

<div id="aside">
    <?php echo outlogin('theme/basic'); // 외부 로그인, 테마의 스킨을 사용하려면 스킨을 theme/basic 과 같이 지정 ?>
    <?php echo poll('theme/basic'); // 설문조사, 테마의 스킨을 사용하려면 스킨을 theme/basic 과 같이 지정 ?>
</div>

theme/basic/css/default.css 파일에서 #container를 찾은 후 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}

답변에 대한 댓글 1개

감사합니다.

답변을 작성하려면 로그인이 필요합니다.