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

    (@tobiasbg)

    Hi Mary,

    thanks for your question, and sorry for the trouble.

    The reason for this is that there are two sections that set the widths for table 4 in your “Custom CSS, namely the block that you posted and another one with three commands about 20 lines lower. Just remove that second block.

    Additionally, there are a few (unrelated) errors in your CSS. Please change the block

    .tablepress-id-11 .column-2,
    .column-3,
    .column-4,
    .column-8 {
    	width: 30px;
    }
    
    .tablepress-id-11 .column-5,
    .column-6,
    .column-7 {
    	width: 38px;
    }

    to

    .tablepress-id-11 .column-2,
    .tablepress-id-11 .column-3,
    .tablepress-id-11 .column-4,
    .tablepress-id-11 .column-8 {
    	width: 30px;
    }
    
    .tablepress-id-11 .column-5,
    .tablepress-id-11 .column-6,
    .tablepress-id-11 .column-7 {
    	width: 38px;
    }

    Regards,
    Tobias

    Thread Starter ma3ry

    (@ma3ry)

    Oh Tobias I thank you so much! I’m sorry to have troubled you over something that I should have been able to figure out myself if I had just taken more time.

    I appreciate your patience with an old lady. 😉

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no worries! 🙂 This has happened to me many times before, so I totally understand 🙂

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to Control Width of Columns’ is closed to new replies.