同様の質問を調査し、display:table-cell; を使用してみました。インラインブロック; vertical-align:middle いたるところにありますが、これを機能させることはできません。このGenesis テーマ ページのサンプル(ご覧ください) では、「半分」および「最初」の CSS クラスを使用した列の使用方法を示しています。DevTools/Inspector を使用すると、<img src="http://placehold.it/140x240">
以下に示すように段落の前に移動して追加できます。創世記のコラムに、これを本来よりも難しくしている何かがあるのかもしれません。
その最初の列では、テキストが垂直方向に配置されている間、img をテキストの左側に表示する必要があります。それを実現する組み合わせを見つけることができないようです。注意:画像の高さは知っています-動的ではありません。P の代わりに簡単にスパンを使用できます。
<h3>Two-Columns</h3>
<div class="one-half first">
<img src="http://placehold.it/140x240">
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p>
</div>