I too had this problem. I thought the plugin was great but when I viewed the page there was far too much space between rows.
I resolved it this way. I downloaded two css files from path /wp-content/plugins/table-layout/css
the two files you need to edit are
table-layout-theme.css
table-layout-theme.min.css
edit these values below in each of the css files to a px value that suits your theme layout. I used 5px
So I went from
.mmtl-row {
padding-top: 30px;
padding-bottom: 30px
}
TO
.mmtl-row {
padding-top: 5px;
padding-bottom: 5px
}
I used http://unminify.com/ to unminify table-layout-theme.min.css so I could see the class values. I left the table-layout-theme.min.css unminified and it still works OK
Hope this helps
Jim
-
This reply was modified 9 years, 3 months ago by jrm61.
Thread Starter
jrm61
(@jrm61)
hi aerin
thanks for response
Unfortunately I have parted ways with the site owner and no longer have access to his site. He was using WP-Engine which seems to have restrictions on lots of plugins including Wordfence & Duplicator.
regards
Jim