I’ve tried to remove the padding, but don’t know why it won’t work.
I have all this code in the CSS.
.x-block-grid.four-up > li {
padding: 0;
margin-bottom: 0 !important;
}
.x-block-grid.four-up > li.x-block-grid .x-img {
padding: 0;
border: 0;
margin-bottom: 0 !important;
}
.x-block-grid > li {
text-align: center;
}
.x-block-grid>li {
/* set 0 to remove the spacing totally */
margin-right: 0;
margin-bottom: 0 !important;
}
.x-block-grid.four-up>li {
width: 25%;
margin-bottom: 0 !important;
}
.x-block-grid.four-up>li:nth-child(4) {
margin-right: 0;
margin-bottom: 0 !important;
}
But none of it removes the black (white) space under the grid blocks.
Any help?
Jesse
