- for medium screen
|-----(1)||-----(2)|
- for mobile screen iphone x
|---------------(2)|
|-----(1)|
in first scenario both (1) and (2) have same column size in single line, but in second scenario (1) and (2) both have in different line,
<div class="row">
<h3 class="col-7 col-md-6" >(1)</h3>
<h3 class="col-12 col-md-6" >(2)</h3>
</div>
but in second scenario (mobile screen) i am facing difficulty to set column, can any one help me for second scenario.