Title: Front Page Table Width
Last modified: August 20, 2016

---

# Front Page Table Width

 *  [abcgiant](https://wordpress.org/support/users/abcgiant/)
 * (@abcgiant)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/)
 * For some reason I can not make the two main tables on the left of the page (whats
   new & Online access Tables) to fill the content area width.. the same template
   works for all subpages.. but when I made a subpage into the static frontpage 
   the table width of the 2 tables compresses to 1/3 of the page instead of 2/3rds
 * [http://cantone.com.www3.monmouth.com/](http://cantone.com.www3.monmouth.com/)

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316828)
 * Use a Browser Developer tool like the one built-into Google Chrome to explore
   these sorts of CSS issues [https://developers.google.com/chrome-developer-tools/docs/elements](https://developers.google.com/chrome-developer-tools/docs/elements).
 * For example, with Google’s Developer Tool I found this [http://snag.gy/ilwGP.jpg](http://snag.gy/ilwGP.jpg).
   The HTML is on the left of the toolbar and CSS applicable on the right. As you
   can see, there’s a width of `48%` on `<div class="hentry">`.
 *  Thread Starter [abcgiant](https://wordpress.org/support/users/abcgiant/)
 * (@abcgiant)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316832)
 * Hi Andrew,
 * Thank you for your reply…. Ive made the widths set to 100% on all content on 
   the left side— did not seem to change anything… the odd part this only happens
   when selecting this page as a static home page
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316833)
 * You probably set 100% to the wrong element.
    It’s not odd that the style only
   applies to the home page, look at that screenshot I posted. Look at the styles
   applied to the highlighted element.
 *  Thread Starter [abcgiant](https://wordpress.org/support/users/abcgiant/)
 * (@abcgiant)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316835)
 * I removed all the tables front the content area on the front page.. and just 
   put plain text in the entry… yet the area is still constricted to that same width
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316836)
 * See this CSS:
 *     ```
       .home .hentry, .archive .hentry, .search .hentry {
           float: left;
           margin-right: 19px;
           padding-bottom: 12px;
           width: 48%;
       }
       ```
   
 *  Thread Starter [abcgiant](https://wordpress.org/support/users/abcgiant/)
 * (@abcgiant)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316839)
 * That was it!
    Thank you!
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316840)
 * That’s the same code Andrew was pointing out via the screenshot — tools like 
   Chrome Developer or [Firebug](http://getfirebug.com) are really helpful for CSS
   issues, among other things. So as he suggested, it’s highly recommended to use
   them — they’ll make your life much easier 🙂

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

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

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/front-page-table-width/#post-3316840)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
