Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 231637

Ionic Grid Center Align

$
0
0

Hi All,

I'm new to ionic, i'm trying to create a list with grid inside each list item, i'm unable to center align the items in the grid...

Heres the code pen

I tried the following css without much success...
.center {
margin-left: auto;
margin-right: auto;
display: block;
-webkit-align-items: center;
}


Viewing all articles
Browse latest Browse all 231637

Trending Articles