• Hello Tobias,

    Can you please define the CSS code snippet that is needed to change the default cell (or text) padding. I have tried various entries like the following:

    .wp-table-reloaded-id-1 td {font-family: Arial, Verdana, sans-serif; font-size: 11px; line-height: 16px; vertical-align: middle; padding: 7px!important}

    but nothing changes.

    Regards
    Richard Howell

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    that code actually looks good to me.

    Can you provide the URL of the page with the table, where it is not working, so that I can have a direct look? Maybe I can spot a conflict or something.

    Best wishes,
    Tobias

    Thread Starter rich4377

    (@rich4377)

    Hello Tobias,

    This is the URL:

    http://tmlc.com.au/w_press/low-cost-web-hosting/

    The page is still under construction, in as much as the table is still being filled with data. However, my main requirement is to increase the left side padding of column 1. Top right and bottom not so important.

    I hope you can provide an answer.

    Regards
    Richard Howell

    Hi,

    the padding actually seems to work well. I tried it with IE and Firefox and (using Firebug) was easily able to change the padding and see the effects.

    Maybe you will just need to use a larger value for the padding, like
    padding: 15px!important; in your code above.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] WP Table Reloaded – Text (or cell) padding’ is closed to new replies.