Page 1 of 1

Ionic Card - reducing whitespace

Posted: Wed Nov 02, 2016 12:27 pm
by Andy Parker

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


Ionic Card - reducing whitespace

Posted: Wed Nov 02, 2016 5:31 pm
by Serhii Kulibaba

Hello Andy,

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


Ionic Card - reducing whitespace

Posted: Fri Nov 04, 2016 3:28 pm
by Andy Parker

many thanks, perfect!