• Resolved 2xUeL

    (@2xuel)


    Hello and thank you again for developing such an amazing plugin. I noticed recently that one of my TablePress tables is not responding to the CSS I have loaded in to the Custom CSS field in the Plugin Options section, which is as follows:

    .tablepress-id-23 .column-3,
    .tablepress-id-23 .column-4,
    .tablepress-id-23 .column-5 {
    width: 12%;
    text-align: right;
    }

    .tablepress-id-23 .column-2 {
    width: 13%;
    }

    Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 2xUeL

    (@2xuel)

    Update: I figured out a workaround. I originally had the following CSS in my theme CSS doc:

    .dataTables_scrollHeadInner,
    .tablepress {width: 960px !important;}

    (Right now I don’t remember why I was using the !important tag)

    I modified it to this:

    .dataTables_scrollHeadInner,
    .tablepress {width: 960px;}

    #tablepress-23_wrapper .dataTables_scrollHeadInner,
    .tablepress {width: 660px;}

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you elaborate why you believe that these widths are not being applied? What exactly do you feel is wrong with the widths?

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TablePress suddenly not honoring column widths’ is closed to new replies.