Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70440

Vertically align text ion grid

$
0
0

@skinnyA wrote:

Hello, I am trying to vertically allign some text but it seems impossible I do not know why

<ion-content padding>

  <ion-grid *ngFor="let dia of tiempo">
    <ion-row class="ion-justify-content-around">
      <ion-col *ngIf="dia.diaSemana == 'Wed'" >
        <div>
          Miércoles <img src="../../assets/images/uparrow16.png"/>
          {{dia.tempMaxima}}&nbsp;&nbsp;
          {{dia.tempMinima}}
        </div>
      </ion-col>
      
    </ion-row>
  </ion-grid>    

</ion-content>

This is my scss

.ion-justify-content-around {
    justify-content: space-around;

}

Basically, im trying to have on the left some text and on the middle and on the left some more text
I hope I explained myselft well
Thank you

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70440

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>