• Resolved StratPoint

    (@pavefe)


    Hello again Tobias,

    I installed the Responsive Tables extension. My table has 12 columns, some have a lot of text. I used the CSS code to set the column widths in hopes that the last four columns would fall under the + sign, but now matter what I set for column widths, only the last column goes under. Any ideas what I can do?
    By the way, I donated some money, and will donate more when funds aren’t so tight.

    Thanks in advance.

    Vince

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Instead of the CSS that you are using now, you could try setting a required minimum width:

    .tablepress-id-8 thead th,
    .tablepress-id-8 tbody td {
      min-width: 150px;
    }

    Regards,
    Tobias

    Thread Starter StratPoint

    (@pavefe)

    That did the trick. Unfortunately, I have another question that I should have mentioned in the original post. When the plus sign is expanded, the background is of the page, and not of the table. How can that be changed?

    I don’t like that I have to bother you for my inexperience, so if it’s possible to just point me in the right direction, I can learn myself.

    Thank you again. Great plugin and excellent support.

    Vince

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Vince,

    good to hear that this helped! To change that background color, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .child td {
    	background-color: #f9f9f9;
    }

    Regards,
    Tobias

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

The topic ‘Column width w/ Responsive Table’ is closed to new replies.