[질답/버그/제안] basic-title 위젯 자체 크기를 더 크게 키우고 싶습니다.
안녕하세요
아미나 잘 사용하고 있는데..
메인 타이틀 배너 basic-title 위젯 자체 크기가 1000x300 으로 고정이 되어 있네요.
저희는 1000x400 으로 basic-title 위젯 자체 크기를 변경 하고 싶습니다.
게시판 검색하면 전부, 비율을 조절해서 배너를 보이게 하라고 하는데.
비율이 문제가 아니라, 위젲 자체크기가 1000x300 으로 고정이 되어 있어 어떻게 해도 안되네요.
basic-title 위젯 자체 크기를 1000x400 으로 크게 만드는 법을 알려주시면 감사하겠습니다.
<style>
.widget-index .at-main,
.widget-index .at-side { padding-bottom:0px; }
.widget-index .div-title-underbar { margin-bottom:15px; }
.widget-index .div-title-underbar span { padding-bottom:4px; }
.widget-index .div-title-underbar span b { font-weight:500; }
.widget-box { margin-bottom:25px; }
style>
<div class="container widget-index">
<div class="row at-row">
<div class="col-md-9 echo ($side == "left") ? ' pull-right' : '';?> at-col at-main">
echo apms_widget('basic-title', $wid.'-wt1', 'height=600px', 'caption=4 nav=1'); //타이틀 ?>
<div class="widget-box">
echo apms_widget('basic-news-ticker', $wid.'news-ticker', 'rows=10 date=1 strong=1'); //공지사항 ?>
div>
<div class="widget-box">
echo apms_widget('basic-post-slider', $wid.'-wm77');?>
div>

