1. 정확한 제품 또는 플러그인 이름
화이클 갤러리 스킨
2. 상세 내용
태블릿 반응형에도 커스텀 css적용이 되나요?
모바일 반응형은
@media screen and (max-width: 767px) {}
로 작성하면 적용 되던데
테블릿 반응형은
@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {}
위의 둘중 하나도 먹히지 않는거 같습니다.
3. 확인 가능한 상세 페이지 주소
4. 수정한 코드 내역 (있다면)
화이트 갤러리 카테고리 디자인 수정하려고 했습니다.
@media screen and (min-width: 768px) and (max-width: 1024px) {
#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list { flex-direction: column!important; }
#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li { margin: 4px 4px !important; padding: 0px !important; min-width: 60px !important;}
#kboard-hwaikeul-gallery-list .kboard-category .kboard-category-list li a { display: flex; font-size: 18px !important; padding: 20px 30px !important; border-radius: 20px !important;}
}
안녕하세요~^^
태블릿 기기에 화면 사이즈가 1024px을 넘어가서 안될 가능성이 있습니다.
화면 사이즈가 1024px이 맞으실까요?
다시 한번 확인해보시겠어요?
고맙습니다.