Column width change after 1.6.7 update

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15805

    Anonymous
    Inactive

    Hi there…

    We have been running Data Tables Generator by Supsystic for about a half year.

    This is regarding a 6 column table with some merged cells.
    The first column has always been about 1/3rd the width of the other columns but with this last update, it is now the same width which is throwing everything off.

    Using Firefox’s and Chrome’s inspectors as well as the CSS sheet for the table, I have tried changing #supsystic-table-4 tbody td:first-child using width as well as max-width but neither changes the width while I can change things like padding and background color.
    I have also tried including !important.
    I have also adjusted the column width using the drag interface but that also makes no change.

    Suggestions???

    #15806

    Anonymous
    Inactive

    As a short follow-up, I find that under “Design”, if “Responsive Mode” is set to “Disable Responsitivity”, the table formats correctly with the first column more narrow than the others but of course, on mobile screens with responsive mode off, the table is unreadable. And this particular table needs to be maintained with all columns and rows in place and visible to understand the info so the other responsive modes are not useful either.

    #15808

    Hi @daine

    Thank you for contacting us about Data Tables Plugin question.

    In order to change the column width, please insert the next code

    ‘#supsystic-table-225 tr td:first-child {
    width: 30%;
    }’

    inside CSS Tab – http://prntscr.com/gzqq6n

    where supsystic-table-225 – 225 is the id of your table
    and :first-child – for the first column

    Also you can read more about it here – https://supsystic.com/documentation/change-table-cell-size/

    #15809

    Hi @daine

    Also in the case it will not help, please provide the page link on your site with the issue.
    Thus we will see whats wrong and help you. As so the Data tables css styles can be overridden by styles of your site theme or plugin.

    #15811

    Anonymous
    Inactive

    Hello mila_support and thanks for the response…

    Using % or specific px widths in the below CSS makes no change.
    #supsystic-table-4 tr td:first-child {
    width: 30%;
    }

    I understand that the table CSS can be overridden but usually, adjusting in the browser inspector will cause a change as it is truly at the end of the process and even there I do not seem able to cause the column to resize.

    Anyway, the table as it should look can be seen here:
    http://www.cinedeck.com/products/comparison/
    This table is set with Responsive Mode disabled to allow the proper formatting.

    The table with Responsive Mode set to Horizontal Scroll can be seen here:
    http://www.cinedeck.com/1_a-test-page/

    Thanks…

    #15814

    Hi @daine

    Thanks for links with the table.

    1. There is an error on your page – http://prntscr.com/h0ui1v you can see if you press F12 and chose developers console. It can also affect on the table displaying. You can fix it by yourself – just delete the highlighted code on the screenshot – http://prntscr.com/h0ujke or contact your site developers.

    2. Please contact us via our internal support. We will help you to solve the issue.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts