• 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 3 years, 11 months ago by hailniniane.
Viewing 1 replies (of 1 total)
  • Plugin Author Naoki Ohashi

    (@naoki0h)

    @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.