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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -