간단한 문법질문입니다.
본문
latest.skin.php ->style.css 입니다.
.lt_pc {float:left;margin-left:20px}
.lt {position:relative;float:left;margin-bottom:20px;padding-
bottom:10px;width:354px;height:150px;border-bottom:1px solid #e9e9e9}
.lt ul {margin:0 0 10px;padding:0;list-style:none}
.lt li {padding:3px 0}
.lt .lt_title {display:block;padding:10px 0 8px}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
echo latest()로 나타나는 최신글 창 크기조절 도와주세요
● 가로 세로 크기조절을 하고 싶은데 어디를 고쳐야할까요? 밑줄친 부분을 고쳐보았는데 변화가 없습니다.
답변 3
여기 width 값 늘려보셨나요
.lt {position:relative;float:left;margin-bottom:20px;padding-
bottom:10px;width:354px;height:150px;border-bottom:1px solid #e9e9e9}
354px 를 수정해보시면..
width:354px !important;
로 수정해 보세요.
css를 여러게 불러와서 충돌난걸 수도 있겠네요.
답변을 작성하시기 전에 로그인 해주세요.