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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The best way around this would probably be to prevent that word-wrapping, by extending the “Custom CSS”

    .tablepress-id-2 tbody td {
    	border-style: hidden;
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    	font-size: 17px !important;
    }

    to

    .tablepress-id-2 tbody td {
    	border-style: hidden;
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    	font-size: 17px !important;
    	white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter knireis

    (@knireis)

    Great, thanks

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘responsive scroll issue’ is closed to new replies.