[script][CSS] 티스토리 신고버튼 삭제
Tistory/티스토리 팁
2017. 10. 29.
1 2 3 4 5 |
| cs |
→ 부작용 - 방명록 게스트 이름과 설정 버튼이 사라짐
1 2 | .tt_article_useless_p_margin div:last-child { margin-top: 0px; } .tt_article_useless_p_margin div:last-child img{ display:none;} | cs |
→ margin-top: 0px 여백 조정
-30정도 하면 되나 본문 하단이 강제로 위로 끌어올려져
본문이 겹치는 현상이 발생할 수 있음
따라서
1 | .tt_article_useless_p_margin div:last-child img{ display:none;} | cs |
이 부분만 추가하고 코멘트 부분의 상단 여백을 조절하는게 나을 수도 있다.
1 | .actionTrail{margin-top:-40px} | cs |
.actionTrail 부분을 찾아 margin-top 속성을 추가
728x90
반응형