2017-02-06 1 views

답변

0

아래

#main .fullwidth-box .fusion-row{ 
     text-align: center; 
} 

enter image description here

처럼 부모에 text-align: center;을 적용하지만이어야 몇 가지 코드를 게시 확인하거나 문제의 온라인 데모를 작성해야 사이트로 바로 연결되는 것을 권장하지 않습니다.

+0

감사합니다. wp로 온라인 데모를하는 방법에 대해 잘 모릅니다. 이것이 내 테스트 도메인이므로 직접 링크를 사용했습니다. –

0

아래의 cs를 적용하십시오. 에스.

.fusion-layout-column .fusion-column-content-centered { 
    align-items: center; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
} 
관련 문제