I want to show date below the blog title using css. I cannot edit its HTML.
Current order is: date, title, excrept, read more.
I want to show it as: title, date, excrept, read more.
I tried using inline-block
but nothing happens.
<div class="exad-post-grid-body">
<ul class="exad-post-data show-avatar-no">
<li class="exad-post-date"><span><a href="https://mytimios.ml/goodness-of-cumin-for-children/" class="exad-post-grid-author-date">October 7, 2020</a>
</span>
</li>
</ul>
<h3><a href="https://mytimios.ml/goodness-of-cumin-for-children/" class="exad-post-grid-title">Goodness of Cumin for Children</a></h3>
<div class="exad-post-grid-description">As we all know, cumin is one of the spices that has been used since generations, across cultures. It is...</div>
<div class="exad-post-footer"><a href="https://mytimios.ml/goodness-of-cumin-for-children/" class="read-more">+ READ MORE</a></div>
</div>