HI,
How can I center 2 div blocks so that when the wrap div gets smaller the 2 div blocks inside come closer together and if there is no more free horizontal space left then the 2 div blocks should then be sorted vertical and centered.
Here is an example code on what i try to do:
<div style="text-align: center;">
<div style="display: inline-block; padding: 10px; margin: 0px 4%;">
<p>Content-1 150px Width</p>
</div>
<div style="display: inline-block; padding: 10px; margin: 0px 4%;">
<p>Content-2 250px Width</p>
</div>
</div>