• Resolved Rich

    (@rremick)


    The header does not scroll with the rest of the table

    I have this CSS code but it doesnt matter because if i remove it it still does the same thing

    also is there a way to make say 3 of the four columns the same width?

    .tablepress th,
    .tablepress td {
    border: 1px solid #cccccc;
    }

    .entry .tablepress thead th,
    .entry .tablepress tfoot th {
    background-color: #f9e79f;
    }

    .tablepress img.aligncenter {
    margin: 0 auto;
    }

    .tablepress .column-1 {
    width: 125px;
    }

    These are the only two boxes checked for the tables:

    Offer the following functions for site visitors with this table:

    <label class=”components-checkbox-control__label” for=”inspector-checkbox-control-10″>Enable horizontal scrolling, to make viewing tables with many columns easier.</label>

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

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    I’m not exactly sure but it seems that the CSS code

    .tablepress .column-1 {
    width: 125px;
    }

    is causing this, from what I can see. Can you please try again after removing that?

    Best wishes,
    Tobias

    Thread Starter Rich

    (@rremick)

    It didnt help, I can remove all the text and it doesnt matter. any other ideas?

    Is there a way to fix the width of columns on mobile? If i have a small image it squashs down and the text looks bad

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Rich,

    hhm, I’m not sure why this is happening then. Somehow the calculation of the widths is disturbed here…

    But from what I can see, you already found an alternative for the horizontal scrolling, so for the time being, I recommend using that 🙂

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.