사이트 메뉴 제거하는 방법

사이트 메뉴 제거하는 방법

QA

사이트 메뉴 제거하는 방법

답변 2

본문

3739813777_1585806442.0543.png

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

이 질문에 댓글 쓰기 :

답변 2

참고하세요.

https://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=161

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}

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1
© SIRSOFT
현재 페이지 제일 처음으로