Post
by patsd102 » 2020-05-01 20:19
Done
Anyone interested, go to your css file,
In my case its cosmo.
Around line 2256 find this.
.table {
width: 100%;
max-width: 100%;
margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
Change the padding to what you want, I chose 2px.
Reason I asked here was I had to clear my cache as changes didn't show straight away.
Next project, remove the seconds,
Thanks for reading,
Pat
23.17