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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason why this is not working right now is a typo in some other CSS that you have. Please change the CSS

    .tablepress-id-5 tbody,
    td {
    	text-align: center;
    	vertical-align: center;
    	border: none;
    	width: 33%;
    }

    to

    .tablepress-id-5 tbody td {
    	text-align: center;
    	vertical-align: center;
    	border: none;
    	width: 33%;
    }

    The CSS

    .tablepress-id-16 .column-1 td {
    	width: 120px;
    }

    can then be deleted.

    Regards,
    Tobias

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hello!

    It works! Thanks a lot!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I cannot reduce the width of a column’ is closed to new replies.