채택완료

모바일페이지 확인시 아이들을 조금 내리고 싶습니다.

|

답변 2개

채택된 답변
+20 포인트

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

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;
}

답변을 작성하려면 로그인이 필요합니다.