Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author MyThirdEye

    (@mythirdeye)

    HI @cdrossen,

    The tables are usually styled as auto width, however you can change this by applying custom css to a column.

    #jtrt_table_78 thead th:nth-child(3){width:200px;}

    chenge the table id 78 to your table id, and change nth-child(3) to the column number that you want to target.

    I hope this helps! let me know if you need more help or have any other questions!

    Thanks
    John

    Where do you apply the css to do this?

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hey, @dmctech

    You can add custom styles to your stylesheet.css file, some themes will have their own place that they allow you to put extra styles, something like “custom css” tab if you have it. If not, you can simply place it inside your main style.css file located at

    Appearance -> Editor -> Styles.css (should be the first file that opens)

    Hope this helps!

    Thanks
    John

    Hi John,

    Thanks for that, I will try that, I did wonder if you had your own place for doing this. I have found the experience this far with your plugin very positive, I have been hitting my head against a brick wall with a number of other table builders and yours is by far the best I have seen. I will be posting a review and also donating to your ongoing development. keep up the good work. One more question, my rows seem to be quite spaced out or perhaps too high can this be modified as well? you can see the effect at http://webtest.1stclassgas.com/gas/ If this can be sorted then I have found the perfect table plugin.

    Dave.

    Hi John, that seemed to work pretty well. I tried to use your donate link on ww.wp.xz.cn but that did not seem to work just got a blank page. Please advise where I can donate to your plugin.

    Thank you Dave.

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

The topic ‘Change column widths’ is closed to new replies.