메인2영역설정이 잘안됩니다..ㅠ.ㅠ
본문
테마를 적용해보고있는데
아래이미지처럼 설정이 안되네요?ㅠ.ㅠ
위젯을 설정해도 그냥전부 세로로 출력됩니다...
첨부이미지처럼 구성하려면 어떠케해야하나요?

답변 1
이렇게 하시면 됩니다.
<style>
.wrap{width:400px;}
.test{float:left;width:200px;}
</style>
<div class="wrap">
<div class="test">내용</div>
<div class="test">내용</div>
<div class="test">내용</div>
<div class="test">내용</div>
</div>
답변을 작성하시기 전에 로그인 해주세요.