• Resolved toyon79

    (@toyon79)


    Hi Tobias,

    first of all, thanks a lot for this plugin, it’s awesome – as far as we have tested it 🙂

    We’ve got two questions:

    1. Is there a way for content-editor to adjust the width of specific columns?

    2. We’re testing the “responsive tables” extensions and we use a print-css and face the problem, that the table is shown the same way on the print-layout as it is shown on a smartphone, so the information gets lost. How can we adjust the table to be shown with all the information as well on smartphones as on the print.

    Kind regards and thanks a lot in advance

    Roland

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter toyon79

    (@toyon79)

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! Now I see what you mean.

    To change this, please edit the file /wp-content/plugins/tablepress-responsive-tables/css/tablepress-responsive-flip.min.css on your server and change the very beginning of the file from

    @media (max-width:767px)
    

    to
    @media screen and (max-width:767px)
    `

    Regards,
    Tobias

    Thread Starter toyon79

    (@toyon79)

    hi Tobias,

    wow, thanks a lot – this fixed the problem 🙂

    Is there any chance for the editor to adjust the width of specific columns?

    Thanks in advance
    Roland

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Great! Good to hear that this helped!

    Ah, sorry, missed that first question. For that, you can try CSS, but there’s no guarantee that it works: https://tablepress.org/faq/column-widths/

    Regards,
    Tobias

    Thread Starter toyon79

    (@toyon79)

    Hi Tobias,

    ok, thanks for your answer – actually we were looking for some solution that the one who edits the table within wordpress can define the witdh of specific columns. But maybe we can workaround with CSS

    Thanks a lot for your support – this was great

    Kind regards
    Roland

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the only way for the editing person to do that is via the “Custom CSS”. This simply is the most flexible way.

    Regards,
    Tobias

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

The topic ‘column width / print responsive’ is closed to new replies.