Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Ionic Card - reducing whitespace

Hi,

Hi have a nested IONIC card (i.e. one card as a card item inside another card).

Can you tell me how to adjust the whitespace around the card item please?
I only want it applied to certain cards, so I need to ensure the CSS I use does not have a global effect.
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Ionic Card - reducing whitespace

Hello Andy,

You can remove that space with the custom CSS, e.g.:
pre.card .item{
padding:0;
}/pre

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Ionic Card - reducing whitespace

many thanks, perfect!

Return to “Issues”