Title: WordPress table alignment
Last modified: August 21, 2016

---

# WordPress table alignment

 *  Resolved [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/)
 * Hello,
 * On my site [http://new.breedveldtrading.com](http://new.breedveldtrading.com)
   I would like to show products on a page. The way I would like to do it is shown
   on my old site: [http://www.breedveldtrading.com/index.php?option=com_content&task=view&id=7&Itemid=8](http://www.breedveldtrading.com/index.php?option=com_content&task=view&id=7&Itemid=8)
 * Now, I copied the HTML code from there and pasted it in my wordpress post, but
   now it looks like this:
    [http://new.breedveldtrading.com/dosator/](http://new.breedveldtrading.com/dosator/)
 * What is causing this? Why does the text not align with the image and why is the
   image so small?
 * Thanks in advance.
 * Kind regards,
 * Luc

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098537)
 * Your pages formatting & display is controlled by your theme. What theme are you
   using? Where did you download it from?
 *  Thread Starter [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098586)
 * The theme I am using is the standard twenty eleven theme of wordpress.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098587)
 * Your WordPress site is NOT using the original 2011 theme. It appears to be using
   a completely customised theme.
 *  Thread Starter [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098588)
 * It is customised via the Custom CSS manager plugin, but it is the 2011 theme.
 * Do you know why my table does not align? The text should start at the top of 
   the image but it starts at the bottom of it.
 * Thanks in advance.
 * Kind regards,
 * Luc
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098589)
 * Who customised the theme via the Custom CSS manager plugin?
 *  Thread Starter [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098593)
 * I did with help from members of this forum.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098655)
 * The valign attribute isn’t a valid attribute. You want to set the vertical alignment
   using a CSS style. You can add this rule at the end of your custom CSS as a start,
   then make adjustments to some of the HTML and some other rules for padding:
 *     ```
       .entry-content td {
         vertical-align: top;
       }
       ```
   
 *  Thread Starter [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098673)
 * Thank you CrouchingBruin, this did make things a little better.
 * The only thing now is that my image isn’t allowed to have any more width then
   113px;. What could be causing this?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098680)
 * Add this rule:
 *     ```
       .entry-content img {
         max-width: none;
       }
       ```
   
 *  Thread Starter [bersch](https://wordpress.org/support/users/bersch/)
 * (@bersch)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098737)
 * Thanks crouchingbruin! Works brilliantly

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

The topic ‘WordPress table alignment’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 3 participants
 * Last reply from: [bersch](https://wordpress.org/support/users/bersch/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/wordpress-table-alignment/#post-5098737)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
