• Resolved musiclandplay

    (@musiclandplay)


    Sono disponibili strumenti di diversa qualità e scopo, nonché di dimensioni adatte alle varie fasce di età

    adesso in flip

    [table id=3 responsive=flip responsive_breakpoint=all /]
    —-
    plugin option in CSS
    .tablepress-id-3 .column-1 {
    height: 50px;
    }

    .tablepress-id-3 .column-2 {
    height: 100px;
    }

    .tablepress-id-3 .column-3 {
    height: 280px;
    }

    .tablepress-id-3 .column-1 {
    width: 280px;
    }

    .tablepress-id-3 .column-2 {
    width: 280px;
    }

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter musiclandplay

    (@musiclandplay)

    Sorry, is the first time i use this forum…, the problem is that when i use the flip mode the long description are truncated or go out of the column. This don’t happen in normal mode. Thanks for your suggest.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that you are setting a column width here. That is not recommended and will lead to this problem.
    Instead, you could try to again allow line breaks:

    .tablepress-id-3 .column-2 {
    	width: 280px;
    	height: 115px;
    	white-space: normal;
    }

    Regards,
    Tobias

    Thread Starter musiclandplay

    (@musiclandplay)

    GRAZIE, DANKE, THANK YOU in all languages!!! are two days i am in trouble, now it seem to be OK!, now i try to color and center position for code! i am very Happy!!!!

    Thread Starter musiclandplay

    (@musiclandplay)

    Verified, all ok!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘flip option and line feed’ is closed to new replies.