팝업레이어 모바일에서 꽉차보여요
관련링크
http://eionia.co.kr/home/
71회 연결
본문
PC에서의 팝업은 괜찮으나
모바일에서 팝업은 너무 꽉차보입니다.
모바일 PC 따로 사이즈를 잡아도 그대로이고
해결방법이 있을까요?
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');
브라우저 캐시 삭제 후 새로고침을 해보시거나, 크롬 시크릿 모드에서 열어도 동일한가요?
@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; }
}
추가했더니 되었습니다 답변주셔서 감사합니다
답변을 작성하시기 전에 로그인 해주세요.