• Resolved renetb

    (@renetb)


    Hello,

    My table is not scaling correct on mobile. Is it possible to fix this?

    René

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is caused by how the flip mode works with table rows that have multiple lines of text. To make this look better, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
    	.tablepress-id-2 .column-1,
    	.tablepress-id-2 .column-3 {
    		height: 64px;
    	}
    }

    Alternatively, use the scroll mode instead of the flip mode.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Scaling on mobile not correct’ is closed to new replies.