안녕하세요.
이제 웹에대해 공부하고 있는 예비디자이너입니다..
워드프레스 사이트를 구축하는 과정에 게시판위젯을 케이보드를 사용하고있는데
이런 사소한 오류가 생기게 되어 질문올리게 되었습니다.
증상은 다음과 같습니다.
1 .글씨 크기가 너무 크게 표시 되어 게시판 문단의 형태가 저렇게 깨져버린것 같습니다.
어떻게하면 수정할수 있을까요?
사이트 URL : http://www.ohclock.com/
사용하시는 테마가 문제입니다^^
FTP 접속해서 아래 파일을 수정해주세요.
http://www.ohclock.com/wp-content/themes/zerif-pro/style.css
style.css 파일 내용에서 아래의 굵게 표시된 부분을 찾아서 삭제 해주시면 됩니다.
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 16px;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}