Tagged: full width, problem, table
Hi everybody,
I have a problem with the table on the post and didn’t find any answer to fix it.
Anyone can tell me how can I remove automation of setting full-width for every table? I created a table on the post even though I have set them with specific width but the table remained show full-width?
I need a small table to show small things, but every time It has long-width.
I’m looking forward your help.
Thanks.
Hi bskienhvqy!
Can you maybe show us with a screen shot, what you need to do, so I can actually understand?
Regards,
Basilis
Hi there,
Here a screen shot you can see.
https://dl.dropboxusercontent.com/u/26225728/full-width%20table.png
BRs,
Kien.
Hey!
The table’s width is set to 100% by default. Try to add this in the Quick CSS field:
table {
width: auto;
}
Best regards,
Ismael
It works perfectly.
Thank you so much.