Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m not really sure what you mean here. Do you want something like a transparent border between the cells?
    And can you post the URL to the page with your table? That makes it possible for me to find out the necessary code for this.

    Regards,
    Tobias

    Thread Starter amsh1982

    (@amsh1982)

    I want it to look like seperated columns. the url is https://www.aswebdesign.net/hishtakfut

    thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks. I suggest that you try some CSS code like this. Just paste it into the “Custom CSS” textarea on the “Plugin Options” screen. I used table 2 as an example here, so change that as necessary.

    .wp-table-reloaded-id-2 {
      background-color: transparent!important;
      border-spacing: 20px!important;
    }

    Additionally, you might want to remove image borders in tables, with this:

    .wp-table-reloaded-id-2 img {
      border: none!important;
    }

    Best wishes,
    Tobias

    Thread Starter amsh1982

    (@amsh1982)

    great. thanks!

    now I have another issue – the table is going out of the lines of the theme post area. i tried to change the columns witdh to 50 px or so but nothing changes. what do i do wrong?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    where exactly is this happening? Can you please post the link to the table?

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] how to set cell spacing’ is closed to new replies.