Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble. As these are the English-language WordPress forums, I’ll reply in English. I hope that’s ok.

    The reason for this mainly is that you have made modifications to the sorting arrows, and that your header row is bigger than the content rows. You will therefore need some extra “Custom CSS”, like this:

    @media (max-width: 767px) {
    	.tablepress-id-2 th,
    	.tablepress-id-2 td {
    		height: 64px;
    		line-height: normal;
    		padding: 8px !important;
    	}
    	.tablepress-id-2 th {
    		border: 1px solid transparent!important;
    	}
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Fehler bei Responsive Plugin’ is closed to new replies.