Title: Table Width
Last modified: August 21, 2016

---

# Table Width

 *  Resolved [gafriedman](https://wordpress.org/support/users/gafriedman/)
 * (@gafriedman)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/)
 * Using 1.3 of Table press. Here is the page link: [http://199.66.168.237/?wpsc-product=residential_broadband_services](http://199.66.168.237/?wpsc-product=residential_broadband_services)
   
   I want the table of the three rectangle images to all to the right of the slider
   and under the top text, rather than under the slider. What is preventing that
   is the width of the table is 100% of the page, inspite of the fact that I have
   tried your kbase width and padding CSS statements for all three columns, and 
   see zero effect. Lastly, I want the caption centered and your posted CSS code
   for that has no effect either. Can you assist please? GAF
 * _[Moderator Note: Please ensure that you are embedding links correctly in your
   posts.]_
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598355)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Unfortunately, your site does not load properly for me, for some reason. Most
   assets, like CSS files can’t be loaded, so that the site looks totally broken
   🙁 As it seems, those are being loaded from a different (internal) IP address?
   
   Therefore, I can’t directly investigate this issue, but at least give some guidance
   for now:
 * Have you tried reducing the width and let it float on the right? This could help:
 *     ```
       .tablepress-id-1 {
         width: 50%;
         float: right;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [gafriedman](https://wordpress.org/support/users/gafriedman/)
 * (@gafriedman)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598370)
 * I think I just fixed it so you can see what you need to see at [AireBeam WP Site](http://199.66.168.237).
   
   I just inserted your .tablepress-id-1 { width: 50%; float: right; }
 * and it had no effect on the table but allowed text content that is supposed to
   be below the table to move above it and fill in the space where I want the table
   to be.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598460)
 * Hi,
 * thanks I can now see the page fine, but I don’t see a TablePress table anywhere…
   
   Can you maybe explain again what you are trying to do here?
 * Regards,
    Tobias
 *  Thread Starter [gafriedman](https://wordpress.org/support/users/gafriedman/)
 * (@gafriedman)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598491)
 * Sorry, When I didn’t hear back from you, I took it out and was experimenting 
   with other options. I have put [table id=1 /] back into the page and now you 
   can see how it simply expands to the full width of the page rather than tucking
   itself into the space to the right of the Slider and at the top below the Header
   image. I will await your guidance..
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598511)
 * Hi,
 * thanks. You could try reducing the width with this “Custom CSS”:
 *     ```
       .entry-content .tablepress-id-1 {
           width: 65%;
       }
       ```
   
 * Regards,
    Tobias

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

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

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [table width](https://wordpress.org/support/topic-tag/table-width/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/table-width-3/#post-4598511)
 * Status: resolved