You are viewing limited content. For full access, please sign in.

Question

Question

Table Row Spacing

asked on November 3, 2014

Hey,

 

Is it possible to remove the spacing between rows of a table in Laserfiche forms?

I've tried using .table {padding: 0px;) but without any luck. Is there a way to do this? I'm trying to cut down on space on my form as much as possible while keeping it all on the same page.

 

Thanks,

Dom

0 0

Replies

replied on November 3, 2014

It looks the padding isn't coming from the table or table row (tr) elements, but rather from the cf-field elements contained in the table. You could try something like this:

.cf-table .cf-field {padding:0px};

You may need to add !important if some other rule is taking precedence.

2 1
replied on November 11, 2014

Thanks Scott - this only appears to trim the space down a little but every little helps! laugh

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.