Title: Table cell padding
Last modified: September 9, 2020

---

# Table cell padding

 *  [hailniniane](https://wordpress.org/support/users/hailniniane/)
 * (@hailniniane)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/table-cell-padding/)
 * Hi there,
 * Thanks for this fantastic plugin, it’s helped a lot! I have been trying to modify
   the padding inside the cells to give me a bit more room on the page for table
   contents as I’m formatting it for a specific sized screen to be used as a menu.
 * For reference, I am using GeneratePress theme and my table is embedded inside
   a GenerateBlocks container.
 * I have used this CSS (and many variations of similar) on the specific page with
   the table as I don’t want the change to be global:
 *     ```
       .wp2s2fg_fetcher_table {
       	padding: 1px;
       }
       ```
   
 * I am still learning CSS but I suspect that I am using the wrong selector. Are
   you able to advise? I apologise for not having a live example as I’m hosting 
   this locally while I develop the entire site.
 * Thanks in advance.
    -  This topic was modified 5 years, 9 months ago by [hailniniane](https://wordpress.org/support/users/hailniniane/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Naoki Ohashi](https://wordpress.org/support/users/naoki0h/)
 * (@naoki0h)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/table-cell-padding/#post-13614734)
 * [@hailniniane](https://wordpress.org/support/users/hailniniane/)
 * Thank you for using this plugin. You mean, you want to change the style of table
   in specific page?
 * Please try the code below. also, please change #post-13 to your postid!
 *     ```
       #post-13 .wp2s2fg_fetcher_table td, #post-13 .wp2s2fg_fetcher_table th {
       　padding: 1px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Table cell padding’ is closed to new replies.

 * ![](https://ps.w.org/wp-simple-spreadsheet-fetcher-for-google/assets/icon-128x128.
   png?rev=2211637)
 * [WP Simple Spreadsheet Fetcher for Google](https://wordpress.org/plugins/wp-simple-spreadsheet-fetcher-for-google/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-simple-spreadsheet-fetcher-for-google/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-simple-spreadsheet-fetcher-for-google/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-simple-spreadsheet-fetcher-for-google/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-simple-spreadsheet-fetcher-for-google/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Naoki Ohashi](https://wordpress.org/support/users/naoki0h/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/table-cell-padding/#post-13614734)
 * Status: not resolved