Hi,
On our website we made some tables. There is a space between the two rows, but we would like to have no space in between, just a line. Could you tell me how to do this?
Regards, John Niemeijer
Hi johnniemeijer!
Use just one table and give it two columns instead of two tables with one column.
Cheers!
Elliott
Hi Elliot,
It is already one table with two columns, but there is still a space between the columns, as you can see on the website.
Regards, John
Hi!
Which are are you referring at? I did a search and could not locate a table in the code.
Maybe Elliott did not got it right.
Let us know so we can make sure we can help you out
Best regards,
Basilis
Hi!
Well, if you switch it to the data style instead of pricing style it should be what your wanting.
Or maybe this CSS would work for you.
.pricing-table {
margin: 0px !important;
}
Regards,
Elliott
Thanks Elliot, the CSS worked perfect!
Regards, John