• Resolved astar177

    (@astar177)


    Hi Tobias –

    I have looked up the documentation on how to style the table description and found that I need to add #html-id {
    /* your CSS */
    }

    Currently, the most important thing I want to achieve is to have some space (or padding) between the table and the text say 10px.

    Where should I add this?

    Do I add this to the template CSS or within the plugin CSS?

    Thank you for all your help as always!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

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

    .tablepress-table-description {
      padding-top: 30px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Styling the table description’ is closed to new replies.