• Resolved geoswanko

    (@geoswanko)


    I just migrated all of my tables from Tables Reloaded and I lost the top border on my table on my home page. The rest of the tables look find. This just sticks out since it’s one of the first things seen.

    Anyway…here is the Custom css for this table:
    .tablepress-id-2 td{border:2px solid black; text-align: left;}
    .tablepress-id-2 td {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #262526;
    }

    Here is the code for the table in the page:
    <div style=”width:262px; text-align:right; float: right;padding: 20px 12px 0px 14px”;vertical-align:middle>[table id=2 /]</div>

    Originally the padding was 0px 12px 0px 14px. Today I’ve changed the top number from 0 to about 30 and all it does is move table down, but doesn’t bring the border in. (I was thinking maybe it was just hidden.

    Any ideas? If not, I can turn this off and go back to the previous plugin.

    Thanks!

    https://www.ads-software.com/extend/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this might be a change in the default CSS of TablePress, due to the new styling. However, changing this again should not be too difficult. (The padding is unrelated to this, so you can set that back to its original value.)

    Please try combining and extending your “Custom CSS” to

    .tablepress-id-2 tbody td {
      border:2px solid black !important;
      text-align: left;
      font-family: Arial, Helvetica, Sans-serif;
      font-size: 14px;
      color: #262526;
    }

    Regards,
    Tobias

    Thread Starter geoswanko

    (@geoswanko)

    Worked perfectly! Thanks so much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    very nice! That’s great to hear!
    Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘top border missing no matter the padding’ is closed to new replies.