Ionic Card - reducing whitespace
Posted: Wed Nov 02, 2016 12:27 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Andy,
You can remove that space with the custom CSS, e.g.:
pre.card .item{
padding:0;
}/pre
many thanks, perfect!