Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Floating Tables

  • Resolved foochuck

    (@foochuck)


    Hello,

    This plugin is working great for me. I’ve only run into one issue.

    The issue I’m having is that I’m trying to float my tables next to each other simply using float:left in the custom CSS. Here is the outcome:

    http://twitpic.com/3664t5

    The 2nd table for some reason has some kind of margin or padding above it and it doesn’t line up with the top of the 1st table. Notice the 3rd & 4th tables line up perfectly (the tops of those tables aligned).

    Here is the custom CSS I used in the plugin’s frontend options:

    .wp-table-reloaded {
    width: 280px;
    margin: 0 18px 20px 0;
    float: left;
    }

    .wp-table-reloaded .row-2 .column-1 {
    color: #ff0000;
    }

    Any idea what’s causing the 2nd table not to line up with the top of the 1st table?

    Thanks!

    -foo

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Floating Tables’ is closed to new replies.