• Resolved Reno Bailey

    (@renobailey)


    My table width is set to 100%. When I load page, the table flashes on at 100%, but quickly defaults to about 70%. What adjustments need to be made? Using up-to-date version of Chrome. OS X El Capitan ver.. 10.11.6

    See the page at: http://dev-remember.com/society/web-sponsors/

    Here is the CSS:

    .tablepress-id-14 {
    font-family: “Roboto Condensed”, Arial, sans-serif;
    font-size: 17px;
    }
    .tablepress-id-14 thead th {
    border: thin solid #444;
    background-color: #dbddc4;
    text-align: center;
    line-height: 1;
    }
    .tablepress-14_wrapper {
    width: 100%;
    margin: 0 auto 1em;
    }
    .tablepress-id-14 .column-1 {
    width: 8%;
    background-color: #dbddc4;
    }
    .tablepress-id-12 .column-2,
    .tablepress-id-12 .column-3,
    .tablepress-id-12 .column-4,
    .tablepress-id-12 .column-5 {
    width: 23%;
    white-space: nowrap;
    }
    .tablepress-id-14 td {
    border: thin solid #444;
    line-height: 1;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Unfortunately, your link only gives a “Not found” message. Is that the correct URL?

    Regards,
    Tobias

    Thread Starter Reno Bailey

    (@renobailey)

    Sorry, in trying different methods, I renamed the page. Actually I’ve worked it out and it’s now working well. (I had failed to add a closing div tag to the page.)

    Thanks.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, great! 🙂 Good to hear that it’s working now!

    Best wishes,
    Tobias

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

The topic ‘Custom CSS being overridden’ is closed to new replies.