• Resolved shannona

    (@shannona)


    I’d like the first 2 columns of my table to be less than 100 pixels but all of the different CSS options I’ve tried (including ones found here and on the Ninja Tables site) haven’t worked. Can you help?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sumon Sarker

    (@csesumonpro)

    Hello @shannona,

    I hope the below CSS will work for your purposes. If you have any other questions or it’s not working please open a support ticket. Our support team will try to solve your issue.

    .ntb_162515 tr td:nth-child(1),
    .ntb_162515 tr td:nth-child(2) {
    min-width: 90px !important;
    }

    Thanks

    • This reply was modified 9 months, 2 weeks ago by Sumon Sarker.
    Thread Starter shannona

    (@shannona)

    Thank you! That worked well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS to change width to <100px’ is closed to new replies.