- Instructions for medium screen size:
|-----(1)||-----(2)|
- Guidelines for mobile screen (iPhone X):
|---------------(2)|
|-----(1)|
In the first scenario, both (1) and (2) have the same column size in a single line. However, in the second scenario, (1) and (2) are on different lines.
<div class="row">
<h3 class="col-7 col-md-6" >(1)</h3>
<h3 class="col-12 col-md-6" >(2)</h3>
</div>
In the second scenario (mobile screen), I am having difficulty setting up the columns. Can anyone help me with this for the second scenario?