Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The problem is here is not the height of the cells, but the margin around the images (added by your theme). To remove that, please add this to the “Custom CSS” instead of what you were trying:

    .tablepress img {
    	margin: 0 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Problem trying to set height’ is closed to new replies.