팝업레이어 모바일에서 꽉차보여요 채택완료
PC에서의 팝업은 괜찮으나
모바일에서 팝업은 너무 꽉차보입니다.
모바일 PC 따로 사이즈를 잡아도 그대로이고
해결방법이 있을까요?
http://sir.kr/data/editor/2505/1025970347_1747292912.4854.png" width="100%" />
http://sir.kr/data/editor/2505/1025970347_1747292870.2137.png" width="555" />
https://sir.kr/yc5_tip/32
를 참고하였는데도 그대로입니다ㅠㅠ
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;width: 95%;left: 0!important;top: 50px!important}
.hd_pops_con {width: auto!important;height: auto!important}
.hd_pops_con img {width: 100%;height: auto}
이것도요ㅠ
혹시 바로 적용이 안되는건가요?
답변 3개
/extend/version.extend.php 파일에서 아래 숫자를 수정해보세요
define('G5_CSS_VER', '250515');
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
@media (max-width: 576px) {
#hd_pop { background: #fff; }
.hd_pops { background: #fff; }
.hd_pops_con { width: 100% !important; height: auto !important; background: #fff;}
.hd_pops_con img { width: 100% !important; height: auto !important; }
}
추가했더니 되었습니다 답변주셔서 감사합니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인