i have a <div class="col-md-12"></div>
i want the two element stay on to text-align:left and another to the right, but i want, when the div is seen in mobile vision, that an element does not go below and one above but are aligned how can I do?
example:
<div class="col-md-12">
<p style="text-align: left;" id="element_one">1</p>
<p style="text-align: right;" id="element_two">1</p>
</div>