레이아웃 수정관련 질문드립니다
본문
기본테마 쓰고있어서 thema-basic-css-default로 들어가서 값 수정했는데 왜 홈페이지에는 반영이 안되는거죠?
잠깐 적용됐다가 어디 잘못 건드렸는지 다시 돌아왔는데 실수한 부분 있으면 지적 부탁드립니다.
초록색이 수정했던 부분입니다.
/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:310px;padding:0;height:100%;margin:0;}
#container {position:relative;float:left;min-height:500px;height:auto !important;margin:0;font-size:1em;width:880px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}
.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:0;width:880;}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}
답변 1
https://homzzang.com/b/css-248 참고해 보세요.
읽기 귀찮으시면, Ctrl + F5 눌러 확인해 보세요.
반영이 안 되었다면, 아마 다른 파일이나 다른 선택자를 수정해서 그럴 겁니다.