모바일 그누보드 css를 /* 중간 레이아웃 */ 을 최상보다 한두단개 아래에.. 보이게 하려고 합니다.
본문
모바일 그누보드 css를 /* 중간 레이아웃 */ 을 최상보다 한두단개 아래에.. 보이게 하려고 합니다. 어떻게 수정해야 할까요? 고수님들 조언좀 https://demo.sir.kr/gnuboard5/index.php?device=mobile
<link rel="stylesheet" href="https://demo.sir.kr/gnuboard5/theme/basic/css/mobile.css?ver=210618"> |
/* 중간 레이아웃 */ #wrapper {padding-top:50px;} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} #container {position:relative;min-height:300px} #container:after {display:block;visibility:hidden;clear:both;content:""} #container_title {font-size:1.2em;font-weight:bold;height:50px;padding:20px 15px;line-height:30px;background:#fff;color:#333; -webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4); -moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4); box-shadow:0 0 10px rgba(181, 181, 181, 0.4); } #container_title a {display:inline-block;margin-right:5px} .top {position:relative} .btn_top {position:absolute;top:0px;right:10px;z-index:999;padding:8px 0} .btn_top li {display:inline-block} .btn_top a,.btn_top button,.btn_top .btn_submit {} .btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff} .fixed {position:fixed;top:0;right:0;z-index:999} .fixed.btn_bo_user {right:10px} #container_title.fixed {width:100%} .btn_b05 {border:1px solid #aaa;background:none;color:#666;height:30px;width:70px;background:#fff}
답변을 작성하시기 전에 로그인 해주세요.