Title: Padding Header
Last modified: October 13, 2022

---

# Padding Header

 *  Resolved [secc](https://wordpress.org/support/users/secc/)
 * (@secc)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/padding-header/)
 * Hi Tobias.
    I have a little problem. How i can set the left / right padding for
   the header? Currently the first row content (Eigenschaften) is to much left. 
   The Padding should be similar like the rest of the table (think 8px).
 * If i have 3 Tables (6,7,8) and would like to set the first column to 300px. Can
   i group them with css like this or must i adress them one by one? This would 
   be really practical, because i often have tables for several languages.
 * .tablepress-id-6 .column-1 {
    width: 300px; }
 * Thank you and best regards.
    Manuel
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpadding-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/padding-header/#post-16095073)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You could group the CSS like this:
 *     ```
       .tablepress-id-6 .column-1,
       .tablepress-id-7 .column-1,
       .tablepress-id-8 .column-1 {
         width: 300px;
         padding-left: 8px !important;
       }
       ```
   
 * I also added the command for the left padding there, with the `!important` flag
   to override the CSS of your theme (which is being added with a high priority).
 * Regards,
    Tobias
 *  Thread Starter [secc](https://wordpress.org/support/users/secc/)
 * (@secc)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/padding-header/#post-16096003)
 * Hi Tobias.
    As always perfect. Thank you for your help. Have a nice afternoon.
   Manuel
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/padding-header/#post-16096198)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Padding Header’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/padding-header/#post-16096198)
 * Status: resolved