모바일페이지 확인시 아이들을 조금 내리고 싶습니다.
본문
답변 2
https://wapplekids.cafe24.com/theme/sample03/css/content.css 파일에서 아래 부분을 수정해보세요
.greeting .img:before{left:50%;width:300px;height: 300px;margin-left:-150px;background-size:cover;}
theme/sample03/css/content.css
.greeting .img:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 135px;
width: 400px;
height: 400px;
background: url(../img/bg_chairman.png) no-repeat;
background-position-y: 5px;
}
답변을 작성하시기 전에 로그인 해주세요.