Title: issue with tables
Last modified: August 21, 2016

---

# issue with tables

 *  Resolved [greendallas](https://wordpress.org/support/users/greendallas/)
 * (@greendallas)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/issue-with-tables-1/)
 * I am having issues with tables on the pages. No matter what I do, The table wants
   to go below the image, and no matter what edits I make to the settings for the
   column width or table width, no change occurs.
    [http://0371465.netsolhost.com/greendallas/air-quality/](http://0371465.netsolhost.com/greendallas/air-quality/)

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/issue-with-tables-1/#post-4118675)
 * I’m wondering what you want to do. If not below the image, then where? Above 
   it, or to the right/left?
 * Suggest you add an ID to the table. Where you have <table>, edit that and change
   it to <table id=”airQuality-table”>
    Then add to your style.css file:
 *     ```
       table#airQuality-table{ width: 500px;}
       ```
   
 * That will put the table to the right of the image.
 * Giving the table and id will allow you to custom control many aspects of it. 
   Suggest you Google table css and see what you can learn.
 * Suggest when customizing a theme, that you create a child theme and make your
   edits there 🙂
 *  Thread Starter [greendallas](https://wordpress.org/support/users/greendallas/)
 * (@greendallas)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/issue-with-tables-1/#post-4118875)
 * Thanks a million. You wouldn’t believe how long I’ve been trying to mess with
   the CSS and the plugins. You’re awesome.

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

The topic ‘issue with tables’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mantra/3.3.4/screenshot.png)
 * Mantra
 * [Support Threads](https://wordpress.org/support/theme/mantra/)
 * [Active Topics](https://wordpress.org/support/theme/mantra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mantra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mantra/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [greendallas](https://wordpress.org/support/users/greendallas/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/issue-with-tables-1/#post-4118875)
 * Status: resolved