https://wapplekids.cafe24.com/theme/sample03/html/ceo_message.php
인사말 내용중 띄어쓰기 공백이 일정하지 않아서 보기가 않좋습니다. 다른 페이지도 동일 한것같은데 css 확인하니 width: 48%; 설정되어 있어서 그런것 같습니다. 어떻게 바꿔야 ㅎ할까요?
|
답변 1개
채택된 답변
+20 포인트
1년 전
theme/sample03/css/content.css
Copy
.greeting .colum .left{float:left; width:48%; text-align:/* justify */ left; }
.greeting .colum .right{float:right; width:48%; text-align:/* justify */ left; }
답변을 작성하려면 로그인이 필요합니다.