Title: CSS problem? Not displaying full width
Last modified: November 10, 2017

---

# CSS problem? Not displaying full width

 *  Resolved [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/)
 * Hi All,
 * We are trying to use Tablepress, we love it, but we cannot seem to get it to 
   display its full width on our website. It gets clipped on the right. For a split
   second it displays fully but then is cut off.
 * Any ideas what we are doing wrong? Thanks so much!
    A***
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-problem-not-displaying-full-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9671758)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * This is caused by your theme, which seems to be using a rather small content 
   width. You should check if you can select something like “Full width” or “No 
   sidebar” in the “Page Template” dropdown on the “Edit” screen of this page.
 * Regards,
    Tobias
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9672922)
 * Thanks Tobias! The page is set to full page and we still get it forced into a
   smaller content width.
 * I tried this but to no avail either…
 * .page-content {
    margin: 0 auto; max-width: 674px!important; }
 * Any ideas? Thanks so much, A x
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9673876)
 * Hi,
 * please try this, instead of what you are using now:
 *     ```
       #content {
       	width: 1038px !important;
       }
       ```
   
 * Regards,
    Tobias
 *  [aeroganga](https://wordpress.org/support/users/aeroganga/)
 * (@aeroganga)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9694968)
 * Hi Tobias,
 * I’m having the same trouble.
    Sometimes it works fine: [https://www.aeroganga.com/es-ar/vuelos/bue/bcn/vuelos-a-barcelona-desde-buenos-aires/](https://www.aeroganga.com/es-ar/vuelos/bue/bcn/vuelos-a-barcelona-desde-buenos-aires/)
 * But sometimes there’s a blank space at the right: [https://www.aeroganga.com/es-ar/vuelos/bue/mad/vuelos-a-madrid-desde-buenos-aires/](https://www.aeroganga.com/es-ar/vuelos/bue/mad/vuelos-a-madrid-desde-buenos-aires/)
 * In both pages, the settings are the same (I’m using theme Hueman).
 * I’ve tried this, but it didn’t change
 *     ```
       #content {
       	width: 1038px !important;
       }
       ```
   
 * Thank you for your work!
    Alvaro
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9697582)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This problem is caused by a bug in the width calculation of the horizontal scrolling.
   To work around it, please add this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .tablepress {
         width: 100% !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9698901)
 * Unfortunately the twentyfourteen seems to always pull the content to that width.
   It never worked out for me -even with:
 *     ```
       #content {
       	width: 1038px !important;
       }
       ```
   
 * or
 *     ```
       .tablepress {
         width: 100% !important;
       }
       ```
   
 * But I appreciate the feedback!
    -  This reply was modified 8 years, 6 months ago by [Alison](https://wordpress.org/support/users/anonymical7/).
    -  This reply was modified 8 years, 6 months ago by [Alison](https://wordpress.org/support/users/anonymical7/).
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9699352)
 * Hi,
 * on your site, you could try
 *     ```
       .entry-content {
         max-width: 100%;
       }
       ```
   
 * Regards,
    Tobias
 *  [ShahShahid](https://wordpress.org/support/users/shahshahid/)
 * (@shahshahid)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9724005)
 * Hi [@aeroganga](https://wordpress.org/support/users/aeroganga/)
 * I am having the same issue with my Hueman theme site as well. Flickers full size,
   then shortens to smaller size.
 * Did you resolve your issue?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9724639)
 * Hi shahshahid,
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias

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

The topic ‘CSS problem? Not displaying full 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

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

 * 9 replies
 * 4 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/css-problem-not-displaying-full-width/#post-9724639)
 * Status: resolved