Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    First of all: There’s no CSS field for an individual table! All CSS code has to go into the common “Custom CSS” textarea on the “Plugin Options” screen, which holds the CSS for all tables.

    Now, the tables on your page are centered, as your theme also contains CSS code that influences tables. To align them all to the left, please add this to the “Custom CSS” textarea:

    #content .tablepress {
        margin: 0 0 1em;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Left Align Table’ is closed to new replies.