1. 정확한 제품 또는 플러그인 이름
픽갤러리
2. 상세 내용
픽갤러리 최신글에서 pc는 4개로 되어 있고 모바일에서는 1줄에 왼쪽정렬인데
모바일에서 2줄씩 가운데 정렬로 하고 싶은데 알려주세요
3. 확인 가능한 상세 페이지 주소
http://krtga.shinmore.gethompy.com/
4. 수정한 코드 내역 (있다면)
안녕하세요~^^
테마 추가 css에 아래 코드를 입력해보시겠어요?
@media screen and (max-width: 600px) {
#kboard-pic-gallery-latest { display: grid; grid-template-columns: 1fr 1fr; min-width: calc(100vw - 40px); height: 100%; position: relative; max-width: unset; box-sizing: border-box; column-gap: 10px; row-gap: 10px; }
#kboard-pic-gallery-latest .kboard-pic-gallery-latest-item { margin: 0; width: 100%; height: auto; }
#kboard-pic-gallery-latest .kboard-pic-gallery-latest-thumbnail {height: auto;line-height: unset;}
}
고맙습니다.