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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Instead of that old solution, I would recommend this for your site:

    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-6362 .tablepress {
      margin-left: 30px;
    }

    This should indent all tables on this page (which internally has the WordPress page ID 6362) by 30 pixels.

    Regards,
    Tobias

    Thread Starter Cdn-Jaydub

    (@cdn-jaydub)

    Thanks, @tobiasbg!
    This appears to have worked!
    Is there a way to simply ident a particular table instead of all tables on the page?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, if you only want this for one table, you could use

    .tablepress-id-123 {
      margin-left: 30px;
    }

    with the correct table ID.

    Regards,
    Tobias

    Thread Starter Cdn-Jaydub

    (@cdn-jaydub)

    Great, thanks, worked perfectly!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Indenting Tablepress tables’ is closed to new replies.