Using the new editor, I've added a table with a numbered column. The published version looks great, but the PDF Export extends the numbered column to half of my page. Is there a way to adjust the width of the numbered column?
Him
Try to add this in PDF stylesheet :
/* Fix default behavior on table's column width */
table
{
table-layout: auto !important;
width: auto !important;
word-wrap: normal;
}
Hi Herve,
Thank you for the code - it actually worked to adjust my columns! The only problem is that now my images are not showing in the table (unless they are really small). Is there something to add to the code to trigger images to show?
Thanks,
Michelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please confirm that the table is responsive.
Even if it is responsive, I would recommend you to change it to fixed width and then responsive again. Export it and this should do the trick.
Let me know how you go :)
Cheers
Poorvi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Poorvi,
Do you know where the fixed width / responsive toggle can be found in the new editor?
So far, I am not seeing it.
Regards,
Michelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My bad, you are using the new editor. There is no way to change it currently in the new editor.
Cheers
Poorvi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is very strange. When I first add a table and enter information, the PDF Export stretches my numbered column to half the page (as shown in the picture). However, at some point, the table eventually starts working properly (numbered column staying at a decent width on the PDF Export). I have no idea what is triggering it to work suddenly. I simply kept trying to add different images and kept exporting my page. At some point, the table adjusted (even with no images in the table). Just wanted to share!
Now if I can get the editor to show me my Excerpt Includes in edit mode! (But that's a different issue. :) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Michelle Oliveri for sharing your experience, it will help when others have a similar problem :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Having the same issue. Not sure how to fix it. Why does the exported PDF give the numbered column so much space?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.