제 실력으로는 안되겠네요.ㅠㅠ
본문
종일 혼자 애써보다 물어 봅니다. 최신글이 위에서 처럼 삐뚤어져 나와요.
위의 붉은 색처럼 가운데 가지런히 배치시키려하는데
좀 도와주세요....
---------------------------------------------------------------------------------------------
head.php
<!-- 콘텐츠 시작 { -->
<div id="wrapper">
<div id="container_wr" >
<div id="container">
<?php if (!defined("_INDEX_")) { ?><h2 id="container_title"><span title="<?php echo get_text($g5['title']); ?>"><?php echo get_head_title($g5['title']); ?></span></h2><?php } ?>
-----------------------------------------------------------------------------------------------
css
/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;background:#e7e7e7;margin:0 auto;height:100%;zoom:1;}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}
#container {z-index:4;position:relative;float:left;min-height:400px;height:auto !important;margin:20px 0;height:400px;font-size:1em;width:875px;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;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
답변 1
원본을 수정하셨나요?
theme/사용테마/css/default.css.
를 수정했다면
theme/사용테마/skin/latest/basic/style.css
도 그에 맞게 수정해야 합니다.
답변을 작성하시기 전에 로그인 해주세요.