답변 2개
채택된 답변
+20 포인트
eyekiss
1년 전
https://wapplekids.cafe24.com/theme/sample03/css/content.css 파일에서 아래 부분을 수정해보세요
.greeting .img:before{left:50%;width:300px;height: 300px;margin-left:-150px;background-size:cover;}
1년 전
theme/sample03/css/content.css
Copy
.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;
}
답변을 작성하려면 로그인이 필요합니다.
