Forums

[resolved] [Plugin: WP-Table Reloaded] Columns same width problem (2 posts)

  1. panagia
    Member
    Posted 2 years ago #

    I have set the table to 100 percent but want each column (4 off) to occupy 25% each.
    What is happening know is text is throwing it out of alignment.
    See Kefalonia car hire for example of problem
    http://www.ionian-island.co.uk

    http://wordpress.org/extend/plugins/wp-table-reloaded/

  2. TobiasBg
    Member
    Posted 2 years ago #

    Hi,

    well, then tell the columns to be 25% wide! :-)
    Add the following to the CSS on the "Plugin Options":

    .wp-table-reloaded .column-1 {width:25%;}
    .wp-table-reloaded .column-2 {width:25%;}
    .wp-table-reloaded .column-3 {width:25%;}
    .wp-table-reloaded .column-4 {width:25%;}

    More information on this is in the documenation at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/ in the CSS section.

    Hope this helps!
    Tobias

Topic Closed

This topic has been closed to new replies.

About this Topic