Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thomstark

    (@thomstark)

    Yeah, your theme stylesheet is adding table-layout:fixed to all HTML tables, which is incompatible with File Away using colspan=100 in the tfoot.

    To fix, add this to your File Away Custom CSS:

    table[id^="ssfa-table"]{
        table-layout:auto!important;
    }
    Thread Starter cmowery

    (@cmowery)

    Thank you so much, fixed it!

    Hi, I have the same problem with vertical text in the table. I have:

    [fileaway type=”table” directories=”on”]

    in a blog post. I also pasted the code above into the file away custom CSS, but the problem remains. All letters are displayed vertically. I am using the Twentyfifteen template of WP.

    Thread Starter cmowery

    (@cmowery)

    t_widmer: Look at thomstark’s post above. That resolved the issue for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal Text in Table’ is closed to new replies.