html - Wordpress acf paragraph doesn't work -
if edit content of page, paragraph doesn't generated:
<div class="medium-8 columns"> <h4>title</h4> helloworld </div>
if justify content, paragraph works:
<div class="medium-8 columns"> <h4>title</h4> <p style="text-align: left;">helloworld</p> </div>
i've searched on google , found it's problem of wordpress... it's possible?
ps: if add <p></p>
on text editor, works, want use visual editor
Comments
Post a Comment