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

    (@tobiasbg)

    Hi,

    there’s probably some CSS in your theme that is influencing this.
    Please post the link to the page with your tables, and I’ll gladly take a look.

    Regards,
    Tobias

    Thread Starter unlockmystic

    (@unlockmystic)

    Thanks for replying. Not sure what you mean by page w/ tables I think you mean these? WP Table page Table plugin options Oh and I’m using WordPress Twenty Ten Child theme.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    with that I meant a link to your site, so that I can directly view your tables in my browser. I can then investigate the page that you took the screenshot of.

    Regards,
    Tobias

    Thread Starter unlockmystic

    (@unlockmystic)

    sorry. here it is

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link. The reason for this is that your images do not have the same size, and that addionally your theme contains CSS code that highly influences images.
    To change that, please add the following code to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded .column-1 img {
      max-width: none;
      width: 200px;
      margin: 0;
    }

    Another question: Why are you using four tables with just one row, instead of one table with four rows?

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Am I missing something here?…Pics go from big to small’ is closed to new replies.