1. 정확한 제품 또는 플러그인 이름
픽겔러리, 모던겔러리
2. 상세 내용
최신글 가운데 정렬어떻게 해야 하나요?
https://www.cosmosfarm.com/threads/document/7801
요글을 보고 따라했는데 가운데 정렬이 되지 않고 있습니당..ㅡㅜ
그리고 픽겔러리는 180 가로 인데 모던겔러리는 188로 되어 있는데 이거 동일하게 180으로 할수 있을까요?
3. 확인 가능한 상세 페이지 주소
http://freemanez.kr
4. 수정한 코드 내역 (있다면)
위게시글을 따라 했는데 ㅜㅜ 안되네요
#kboard-pic-gallery-latest { text-align: center; }
위 속성 추가해주세요.
#kboard-pic-gallery-latest .kboard-pic-gallery-latest-item { position: relative; float: left; margin: 0 12px 12px 0; width: 180px; height: 180px; overflow: hidden; }
위 코드를 아래 코드로 수정해주세요~
#kboard-pic-gallery-latest .kboard-pic-gallery-latest-item { position: relative; display: inline-block; margin: 0 12px 12px 0; width: 180px; height: 180px; overflow: hidden; }