Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, please try this “Custom CSS”:

    .tablepress-id-1 {
    	width: auto;
    }

    Additionally, please remove the max-width declaration from your other “Custom CSS” for the cells of that table.

    This basically tells the table to not stretch to 100% of the content area, but to just use the column widths.

    Regards,
    Tobias

    I tried to use this thread to answer my question, but unfortunately I still cannot figure out my issue.

    Is there a way to lock column widths?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Austin,

    thanks for your post!

    Can you maybe provide more details? What exactly are you trying to achieve? Can you please post a link to the page with the table where your problem is visible, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Right now all the text is the same, but when I change text within the table it stretches and makes column width more than the others. I just want to lock each column width.

    Also, I need to center the text with in the columns.

    Here is the website I am currently working on: https://heartisticdesigns.org/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link. For that, you can then use this “Custom CSS” on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 td {
      width: 33%;
      text-align: center;
    }

    Regards,
    Tobias

    It worked! Thank you.

    Plugin Author TobiasBg

    (@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!

    Hellow lshr.
    I hope You will read this.
    Coould you contact me priv please.
    At admin at homesupport dot pl
    Thank You.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I usually don’t have the time to give private email support like that, but I’ll drop you a line.

    Regards,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Minimal column width’ is closed to new replies.