• Resolved DarkCoder

    (@darkcod3r)


    Hi. is it possible to adjust table column width according to the text.? For example, if you look at the screenshot of the table, you will see some columns are bigger and some small, how to make them equal width and adapt according to the text. Is it possible.?!
    if their is a solution, tell me how to apply on all tables at once (i have too many tables, and fixing each separately is very time consuming)
    Thank You..

    Screenshot: https://i.ibb.co/4RP0XW0/table.jpg

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you show me how you want this table to look like? What should happen with which column?

    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 DarkCoder

    (@darkcod3r)

    @tobiasbg Hi. In MS word, when we create table, their is an option called “Distribute Column Evenly” which adjust width of each column equally. I am looking for similar solution in TablePress Tables..
    Kindly Check the below link. You can see, column width is not equal.
    Now check the ScreenShot of table created in MS Word, Look how clean the columns are, well adjusted width. How to do That.?! Thank you

    https://techreview.shop/best-wifi-router-for-spectrum/
    https://i.ibb.co/NNgZDjR/2020-08-04-213302.jpg

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the explanation!

    The quickest way for that would be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-27 th,
    .tablepress-id-27 td {
    	width: 16.6%;	
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to adjust column width according to the Text?’ is closed to new replies.