Title: Horizontal Text in Table
Last modified: August 30, 2016

---

# Horizontal Text in Table

 *  Resolved [cmowery](https://wordpress.org/support/users/cmowery/)
 * (@cmowery)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/)
 * The text in my tables is appearing vertically.
 * [http://www.wrcrc.com/results-2/](http://www.wrcrc.com/results-2/)
 * [fileaway type=”table” flightbox=”pdfs” directories=”on” width=”100″]
 * Is this the CSS of the theme I’m using causing this or have I missed a setting
   or something?
 * This is displaying exactly what I want it to just vertical so it looks all garbled
   up.
 * Any help would be appreciated. Thank you!
 * [https://wordpress.org/plugins/file-away/](https://wordpress.org/plugins/file-away/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/#post-6321092)
 * 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](https://wordpress.org/support/users/cmowery/)
 * (@cmowery)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/#post-6321140)
 * Thank you so much, fixed it!
 *  [t_widmer](https://wordpress.org/support/users/t_widmer/)
 * (@t_widmer)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/#post-6321275)
 * 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](https://wordpress.org/support/users/cmowery/)
 * (@cmowery)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/#post-6321276)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [cmowery](https://wordpress.org/support/users/cmowery/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/horizontal-text-in-table/#post-6321276)
 * Status: resolved