Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter akaz

    (@akaz)

    That was it! Thank you so much!

    Thread Starter akaz

    (@akaz)

    Adding on to my last comment… now the font change is happening on some tables but not others. Can’t figure out why.

    Thread Starter akaz

    (@akaz)

    Hi Tobias,

    Thanks so much for your quick response. I was able to get the scrolling to work on mobile and tablet with the fix you sent in the code, but now the issue I’m having is that the font changed from the auto setting to a small electronic-like font. Any idea how to fix the font? Also the spacing of the columns became a little wonky. I think if I could make all the columns wider it might help. I wish I could send a link, but none of the information on our website is public or published yet.

    I am using this in the plugin options:

    .tablepress-id-6 .column-1,
    .tablepress-id-6 .column-2,
    .tablepress-id-6 .column-3,
    .tablepress-id-6 .column-4 {
    width: 185px;
    }

    .tablepress-id-6 .column-5 {
    width: 550px;
    }

    .tablepress .column-4 {
    text-align: center;
    }

    .tablepress .column-1 {
    text-align: center;
    }

    .tablepress .column-2 {
    text-align: center;
    }

    .tablepress .column-3 {
    text-align: center;
    }

    .tablepress .column-5 {
    text-align: center;
    }

    .tablepress .column-6 {
    text-align: center;
    }

    .tablepress .column-7 {
    text-align: center;
    }

    .tablepress .column-8 {
    text-align: center;
    }

    .tablepress .column-9 {
    text-align: center;
    }

    .tablepress .column-10 {
    text-align: center;
    }

    .tablepress .column-11 {
    text-align: center;
    }

    .tablepress .column-12 {
    text-align: center;
    }

    .tablepress .column-13 {
    text-align: center;
    }

    .tablepress .column-14 {
    text-align: center;
    }

    .tablepress .column-15 {
    text-align: center;
    }

    .tablepress .column-16 {
    text-align: center;
    }

    .tablepress .column-17 {
    text-align: center;
    }

    .tablepress .column-18 {
    text-align: center;
    }

    .tablepress .column-19 {
    text-align: center;
    }

    .tablepress .column-20 {
    text-align: center;
    }

    .tablepress .column-21 {
    text-align: center;
    }

    .tablepress-id-11 .column-1,
    .tablepress-id-11 .column-2,
    .tablepress-id-11 .column-3,
    .tablepress-id-11 .column-4 {
    width: 185px;
    }

    .tablepress-id-11 .column-5 {
    width: 550px;

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