-
AuthorPosts
-
May 13, 2014 at 7:53 pm #264150
Hi, great theme!
I’m trying to create a table in a post, and I’ve generally been able to do what I wanted, but a few questions–
1. Can I force the columns to be the same width, or as Microsoft calls it “distribute columns evenly” (excluding the first/description column)?
2. How do I align the text to the top of the cells?
3. It seems like if I want to edit my table once I’ve used the UI to create it, I’m limited to just editing the text view (which doesn’t allow me to see the appearance or change the table settings without digging into the code). Am I missing something? If not, would it be possible to add the graphical UI for editing existing tables?
Thanks!May 14, 2014 at 6:06 am #264486Hey swheelwright!
Thank you for using the theme!
Before we can help you with the following, we will need to see the actual page with the table element. We’ll provide you with a solution once we have taken a look at the page. Regarding the alignment of the text to the top, add this on Quick CSS or custom.css:
td, tr { vertical-align: top; }
Regards,
IsmaelMay 14, 2014 at 3:32 pm #264706Thanks, Ismael.
http://familyexplorers.com/using-your-cell-phone-abroad/
The table is near the bottom.May 15, 2014 at 5:40 pm #265381Any updates on this? THANKS!
May 19, 2014 at 5:26 pm #266859Hey!
Please add following code to Quick CSS as well and adjust as needed
td { min-width: 150px; }
Best regards,
YigitMay 19, 2014 at 5:44 pm #266870Thanks so much–it worked great!
And how about my third original question?
3. It seems like if I want to edit my table once I’ve used the UI to create it, I’m limited to just editing the text view (which doesn’t allow me to see the appearance or change the table settings without digging into the code). Am I missing something? If not, would it be possible to add the graphical UI for editing existing tables?If this requires a code change, I guess I’d suggest it for a future release. If it’s available now, I seem to be missing it, and I’d love some guidance on how to edit (in the graphical UI) once a table has already been created.
May 19, 2014 at 5:46 pm #266872Hi!
You can request here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Currently there is no drag&drop feature on tables. Only way would be either editing the code or adding new columns/rows and replacing the contentCheers!
YigitMay 19, 2014 at 6:01 pm #266878Thanks
May 19, 2014 at 6:08 pm #266884 -
AuthorPosts
- You must be logged in to reply to this topic.