Title: Cell Width
Last modified: August 20, 2016

---

# Cell Width

 *  [chrisin2](https://wordpress.org/support/users/chrisin2/)
 * (@chrisin2)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/)
 * How do I get the table to fit the image or text. example. [http://www.exoticrentalsaustin.com/fleet-rate.html](http://www.exoticrentalsaustin.com/fleet-rate.html).
   Notice the space in the image area..

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2198759)
 * Hi,
 * that table has its width set to 100% of the content area. Additionally, there’s
   some margin around the images.
    Due to that, the table spreads out like that.
 * Unfortunately, I’m not sure how I can help though, as this is not a table that
   was created with WP-Table Reloaded…
 * You will need to change the width manually in the HTML code of the table and 
   the margin of the images in the CSS file (style.css) of your theme.
 * Regards,
    Tobias
 *  [sgallegos](https://wordpress.org/support/users/sgallegos/)
 * (@sgallegos)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2198987)
 * I’m having the same problem with a table…I’d like to have all the cells in the
   table the same size….I have placed the same image on the top row for a place 
   holder. How do I adjust the size of the cells or make them all the same size.
   And can I adjust the border or padding between the image and the table lines?
   
   Thanks! [http://cctustin.org/wordpress/?page_id=91](http://cctustin.org/wordpress/?page_id=91)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2198989)
 * Hi,
 * your images have some margin applied to them. The following CSS code should remove
   that and make the cells more uniform. Just paste it into the “Custom CSS” textarea
   on the “Plugin Options” screen.
 *     ```
       .wp-table-reloaded-id-1 {
         width: auto!important;
       }
   
       .wp-table-reloaded-id-1 img {
         margin: 0!important;
         padding: 0!important;
         max-width: 100%!important;
       }
       ```
   
 * You can change the padding between the images and the border lines with this:
 *     ```
       .wp-table-reloaded-id-1 td {
         padding: 4px!important;
       }
       ```
   
 * Regards,
    Tobias
 *  [sgallegos](https://wordpress.org/support/users/sgallegos/)
 * (@sgallegos)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2199065)
 * I also noticed on the “Children’s Ministry” under the “Ministries” tab that the
   images are not showing correctly…they are very narrow; however, when I view it
   on my larger screen the images are the correct proportion. Any idea why that 
   is happening?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2199067)
 * Hi,
 * unfortunately, your link ([http://cctustin.org/wordpress/?page_id=91](http://cctustin.org/wordpress/?page_id=91))
   is no longer working. 🙁
    A server error is reported.
 * Regards,
    Tobias
 *  [sgallegos](https://wordpress.org/support/users/sgallegos/)
 * (@sgallegos)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2199072)
 * sorry about that…it’s back up now….
    “I also noticed on the “Children’s Ministry”
   under the “Ministries” tab that the images are not showing correctly…they are
   very narrow; however, when I view it on my larger screen the images are the correct
   proportion. Any idea why that is happening”
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2199073)
 * Hi,
 * that’s again coming from your theme, which (for some reason) restricts the width
   of images to 95%.
    Please add this to the “Custom CSS” to change this behavior
   for all images in tables:
 *     ```
       .wp-table-reloaded img {
         max-width: 100%!important;
       }
       ```
   
 * Best wishes,
    Tobias

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

The topic ‘Cell Width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/cell-width/#post-2199073)
 * Status: not resolved