• Resolved charlieceltic

    (@charlieceltic)


    I would like to indent my table 30px and nothing I tried worked. The page is http://www.providencecatholic.org/harvestdrive/#raffle

    Here is the custom css I added.

    Thanks for your help.

    .tablepress-id-16 {
    width: auto !important;
    margin: 0 1em;
    }

    .tablepress-id-16 .column-1,
    .tablepress-id-16 .column-2 {
    width: 150px;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #00653b;
    font-family: Tahoma;
    font-size: 14px;
    color: #ffffff;
    }

    .tablepress .odd td {
    background-color: #c4df9b;
    }

    .tablepress .even td {
    background-color: #ffffff;
    }

    https://ww.wp.xz.cn/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please try again after unchecking the “Use DataTables” checkbox on the “Edit” screen of this table. As the invidivual features are turned off already, it’s not useful here.
    However, when it’s off, some CSS does not come into play so that your margin setting should work.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Indent left aligned table’ is closed to new replies.