2012-09-18 3 views

답변

0

그냥 body entry-content 아래 header Section를 이동할 수 있지만 그냥 (이 아니 아주 좋은 생각) CSS와 함께 할 싶지만 경우는 다음과 같이 수행 할 수 있습니다

만이 스타일을 변경

.collection-type-blog article header 
{ 
    width: 100%; 
    text-align: center; 
    position: absolute; 
    bottom: 37px; 
} 

.collection-type-blog article .post 
{ 
    top: -63px; 
    position: relative; 
} 

.collection-type-blog article .article-meta 
{ 
    top: 63px; 
    position: relative; 

} 
0

예. 헤더 및 본문 입력 콘텐츠 div 클래스를 바꿀 수 있습니다. 총 콘텐츠를 변경하는 대신 CSS 속성을 두 가지 모두로 바꿔서 다른 방법으로 할 수 있습니다.

관련 문제