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

    (@tobiasbg)

    Hi,

    thanks for your question and sorry for the trouble!

    Please try adding this “Custom CSS” to show those dates on one line:

    .tablepress-id-203 .column-2,
    .tablepress-id-203 .column-3 {
        white-space: nowrap;
    }

    Additionally, please go to the “Edit” screen of the page and switch from the “Visual” to the “Text” editor. You should then see something like <strong> around the table Shortcode. Please remove these HTML tags, so that the Shortcode is on it’s own line, without any HTML around it.

    Regards,
    Tobias

    Thread Starter Taneya

    (@taneya)

    Thanks – I will definitely do that. So, the fix is to do this for each table/page? Is there anyway to make it global? The site has more than 100 tables but I have to do this for each one, I will.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you could also remove the “id-123” part from the CSS code to make this apply to all tables on all pages, i.e. use

    .tablepress .column-2,
    .tablepress .column-3 {
        white-space: nowrap;
    }

    You will then however have to be careful if you have a table where you don’t want this, as you then have to override this again.

    Regards,
    Tobias

    Thread Starter Taneya

    (@taneya)

    that is working perfectly! and yes, should we ever have a table where it is not needed, we can override it but I think all of our tables need it. Thanks so much!!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great to hear that this helps! Thanks for the confirmation!

    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 ‘Issue with Column Width’ is closed to new replies.