• Resolved bwolfe07

    (@bwolfe07)


    Hello,

    I am hoping there is a simple fix to have all cells within their respective tables display as the same width. As you can see from the link below, all cells within the tables are different lengths due to the text inside them. My goal is to make the cells all the same size.

    https://sportsgeekfantasy.com/nfl-2016-playoffs/

    Any help is appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS code similar to that from https://tablepress.org/faq/column-widths/

    On your page, something like

    .page-id-2040 .tablepress .column-2 {
    	width: 25%;
    }

    in the “Custom CSS” textfield on the “Plugin Options” screen will probably be the most efficient.

    This sets the widths of all second columns of all TablePress tables on that page (indicated by the post ID 2040, which you can see in the browser address bar when editing that page) to 25% of the total table width.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Make cells width same’ is closed to new replies.