5
Ah now I got your problem! The solution is in your stylesheet.
In your themes css file, themes/ideal-clean/style.css, you will find the following entry at the very beginning.
Quote:
table
{
width: 100%;
font-size: 11px;
}
This will cause every table to have 100% width. You have to delete this in order to use other width for some tables. But remember that this removal will affect ALL tables.