I have tried to put text-number(span) next to entry-title(h2) in a line and then next line is entry-meta block in next line like below with reading time float left. I need support with CSS.
Thanks.
Ex:
TOGAF – Enterprise Architecture Framework 3 icon-comment
Avartar-image | abc July 31, 2019 3 mins read
My current HTML-markup.
<pre>
<header class="entry-header">
<h2 class="entry-title" ><a>TOGAF – Enterprise Architecture Framework</a></h2>
<span class="text-number"> 3 <i class="fa fa-comment"></i> </span>
<div class="entry-meta">
<span class="posted-on">July 31, 2019</span>
<span class="byline"><img>avatar-image</img></span>
<span class="author-name" >abc</span>
</div>
</header>
</pre>