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

Question

Question

Is there an option to remove the extra white space in a table?

asked on June 21, 2017 Show version history

I would like to remove the space in my tables as indicated by the red circles in the image below.  

 

Each table has a single row of data.

 

Is there a way to do this?

0 0

Replies

replied on June 26, 2017

If you want to hide the space for column label, use CSS:

thead {display: none;}

As for other spaces, those are default paddings on elements. To remove them, use CSS:

.cf-table-block{padding:0!important}

 

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

Sign in to reply to this post.