I tried to add default WordPress audio player in the normal HTML table. i want to display all the three below div in same line even in mobile devices. Any possible to do like this or any option to show only play button in audio player or using html5 audio player.
<table><tbody><tr>
<td><div>My audio</div></td>
<td><div>
</div></td>
<td>Date</td>
</tr></tbody></table>
Replace your DIV
with this HTML5 tag