Tagged: , , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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!

    #264486

    Hey 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,
    Ismael

    #264706

    Thanks, Ismael.
    http://familyexplorers.com/using-your-cell-phone-abroad/
    The table is near the bottom.

    #265381

    Any updates on this? THANKS!

    #266859

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    td { min-width: 150px; }

    Best regards,
    Yigit

    #266870

    Thanks 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.

    #266872

    Hi!

    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 content

    Cheers!
    Yigit

    #266878

    Thanks

    #266884

    Hi!

    You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.