For some reasons i can't edit this below mentioned code (Since it's generated by a Wordpress Plugin) i can only control and make changes to it via CSS so my question is Can i make my elements e1 and e2 parallel to each other? side by side? by using CSS alone?
<div class="layer-content">
<a target="_self" class="element element_0 title_link" href="http://example.com/wordpress/index.php/2018/07/23/student/">STUDENT 1’S NEW</a>
<div id="e1" class="element element_1 author">admin</div> // Element1
<div id="e2" class="element element_2 post_date">July 23, 2018</div> // element2
<div class="element element_3 excerpt">Nick is a Sophomore</div>
<div class="element element_4 categories"><a href="http://example.com/wordpress/index.php/category/music-videos/" title="IDEOS">VIDEOS</a>
</div>
</div>