코딩질문 드려요...
본문
모바일로 봤을때 여기사이트 오른쪽에 여백이 나오는데 이유가 궁금합니다 width:100% 그런가요??
답변 2
확인해보니
<div class="tr_02">
<div class="wrap"><img src="http://panacea76.cafe24.com/theme/basic/img/main/tr_02tit.png" width="100%" class="tit_am" style="margin-top:85px; margin-bottom:15px;">
<div style=" position: relative; padding-bottom:30%; margin-bottom:40px; height:0px;">
<iframe width="100%" height="380px;" src="/theme/basic/slide_01.php" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen=""></iframe>
</div>
</div>
</div>
이부분에서 이미지가 width:170%로 먹고 있네요
.tit_am 의 이미지(tr_02tit.png)가
width: 180% 로 되어있네요.
100%로 변경하세요~
left: -40%; 이것도 삭제하셔야겠네요
답변을 작성하시기 전에 로그인 해주세요.