WordPress
6
Вклад в тег
<style>
</style>
<style>
ul {
font-size: 0;
}
ul .icon,
ul p {
display: inline-block;
vertical-align: middle;
}
ul p {
font-size: 16px;
}
ul .icon {
text-align: center;
width: 50px; // здесь значение картинки с макс. шириной
}
</style>
<ul>
<li><div class="icon">Картинка</div><p>Текст <span>Текст с другим текстом</span></p></li>
</ul>
<? if ( $my_posts->have_posts() ) : ?>
<? while ( $my_posts->have_posts() ) : $my_posts->the_post(); ?>
<h4><? the_title(); ?></h4>
<? endwhile ?>
<? endif ?>