Hello, and thanks in advance.
Please refer to http://maxtannone.com
On the right side of the page you will see a single column of 200 pixel square images, "album covers". I would like to remove the white space around the final one, on the bottom, that says "more music". I have tried adding custom CSS:
.wp-table-reloaded-id-1 .row-7 .column-1 td {
height: 200px!important;
width: 200px!important;
padding: 0px;
}
The width and height are not displaying correctly, or something is overriding it. Chrome is telling me the white box is 202px. by 205 px.
How do I make it 200x200 like the rest of the cells?