• Hi Everyone,

    Im using the WP Table to make a price-comparison on one of the pages on my site – but i have some problems to make it the way i want it.

    Currently i have this code in the CSS Box;

    .wp-table-reloaded th, .wp-table-reloaded .sorting {
      background-color: #ffffff;
    }
    .wp-table-reloaded .sorting_asc, .wp-table-reloaded .sorting_desc {
      background-color: #A8A8A8;
    }
    .wp-table-reloaded td {
    text-align:center!important;
    vertical-align:middle!important;
    }
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-2 {
      margin: 10px auto 15px!important;
      border-color: #ff0000;
    }
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-2, td {
      height: 40px!important;
    }
    .wp-table-reloaded .odd td {
      background-color: #ffffff;
    }
    .wp-table-reloaded .even td {
      background-color: #CDCDCD;
    }
    .wp-table-reloaded .column-5 td {
      font-family: Tahoma;
      font-size: 13px!important;
      color: #cccccc!important;
    }
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-2, td {
      font-family: Tahoma;
      font-size: 12px;
      color: #ffffff;
    }
    table.wp-table-reloaded td a { color: #3d3d3d!important; }
    }
    .wp-table-reloaded .column-1, .column-3, .column-5 {
      width: 145px!important;
    }
    .wp-table-reloaded .column-2, .column-4, .column-6 {
      width: 165px!important;
    }

    But i cant get the buttons in column 6 to have the center alignment, and furthermore i would like to change the text color in the buttons?

    I was also wondering why the rows havent got the same height?

    Best Regards
    Martin

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wp Table Reloaded cant get CSS right?’ is closed to new replies.