Hi,
Is there a way of reducing the hight of table cells so I could have a more compact table ? Current default table hight is a bit too high for the project I am using it for. Please help
MK
Hi,
Define the table padding on your custom.css or Quick CSS.
.pricing-table > li {
padding: 9px 12px;
}
You can change that to
.pricing-table > li {
padding: 2px 12px;
}
Regards,
Ismael
how about the other tables? any code to adjust their output?
Thanks
MK
To be more specific I am using an event script that generate schedule and tables automatically. The cells generated are some how too big in size. I would have love something more compact. What is the default table used by enfold and also what are the code I need to apply to control the look and feel of these generated tables?
Also if i want to remove the borders of the table ( vertical and horizontal lines) what would be the code to do that? Can this be applied to specific table or it affects all the table?
you can see what I am talking about here: http://tinyurl.com/p9ek8tn
Thanks