@Saint_Cyr wrote:
Hi!
Please, is it possible to move column based on screen size? For example, in my layout i want to have two colums on small screen and four columns on medium and large screens.
With bootstrap, we do it like this:<div class="row">
<div class="col-md-3 col-lg-3 col-sm-6">
<div class="col-md-3 col-lg-3 col-sm-6">
<div class="col-md-3 col-lg-3 col-sm-6">
<div class="col-md-3 col-lg-3 col-sm-6">
</div>
But i don't know how do it on ionic. Need help please. Thanks a lot!![]()
Posts: 1
Participants: 1