Page 1 of 1
Closing spaces
Posted: 2020-04-30 16:55
by patsd102
Anyone know how I can close the padding so the bottom table looks like the top one,
I know where I can adjust the top table padding, but can't find the bottom one
tia
Pat
Re: Closing spaces
Posted: 2020-05-01 20:19
by patsd102
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