채택완료

그누커머시 분류 게시판 깨짐.

2016-08-05 (금) 17:02:32 5,628

http://fifaproclub.com/kfpl/recruitment-center/ 

분류를 적용했더니 빨간색 바탕에 흰점이 뜹니다.

아무것도 건들지 않았는데 이유가 뭔지 알 수 있을까요? 

91468144cc0467654f7951a7be7805b8_1470384137_9276.JPG 

|

답변 2개

채택된 답변
+20 포인트

테마 style.css 에서 아래와 같이 되어 있어서 출력이 되고 있습니다.

.entry-content ul:not([class]) li:not([class]):before, .entry-content ol:not([class]) li:not([class]):before {
  1. speak: none;
  2. font-style: normal;
  3. font-variant: normal;
  4. text-transform: none;
  5. position: absolute;
  6. left: -80px;
  7. top: 5px;
  8. height: 50px;
  9. width: 50px;
  10. line-height: 50px;
  11. text-align: center;
  12. font-size: 22px;
  13. font-family: "Lato", sans-serif;
  14. font-weight: normal;
  15. color: #fff;
  16. background: #d4000f;

감사합니다. 해결되었습니다.

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