Title: [Plugin: Weekly Schedule] Error with vertical layout&#8230;
Last modified: August 20, 2016

---

# [Plugin: Weekly Schedule] Error with vertical layout…

 *  [escalatoraccidnt](https://wordpress.org/support/users/escalatoraccidnt/)
 * (@escalatoraccidnt)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-weekly-schedule-error-with-vertical-layout/)
 * Hey,
 * I’m having an issue when switching to the vertical layout.
 * All the times get listed vertically on the left, but then a new div starts below
   that vertical list with the days across the top and the cells all laid out correctly…
 * It’s strange that the vertical row of times are table rows, but then the days
   and the cells are divs…
 * Any thoughts?
 * [http://wordpress.org/extend/plugins/weekly-schedule/](http://wordpress.org/extend/plugins/weekly-schedule/)

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

 *  [seegullmedia](https://wordpress.org/support/users/seegullmedia/)
 * (@seegullmedia)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-weekly-schedule-error-with-vertical-layout/#post-2121233)
 * Add the following code to your stylesheet:
 * .ws-schedule .verticalcolumn {
    float: left; }
 *  [aendrew](https://wordpress.org/support/users/aendrew/)
 * (@aendrew)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-weekly-schedule-error-with-vertical-layout/#post-2121275)
 * I just had some fun with the vertical layout.
 * Some additional tips:
 * `.ws-schedule table {border-padding: 0px !important;}`
 * …if the table’s cells aren’t lining up properly.
 * Also, if you’re using 15-hour increments, you need to add the following to the
   stylesheet:
 *     ```
       .ws-schedule tr.datarow8 {
       	height: 560px;
       }
   
       .ws-schedule tr.datarow9 {
       	height: 630px;
       }
   
       .ws-schedule tr.datarow10 {
       	height: 700px;
       }
   
       .ws-schedule tr.datarow11 {
       	height: 770px;
       }
   
       .ws-schedule tr.datarow12 {
       	height: 840px;
       }
       ```
   
 * …And so on, with 70px increments per row. I only had to do up to 2h; if you’re
   doing longer than that, you’ll need to do however many of these.
 * I was having a heck of a time trying to figure out why all my events longer than
   2h were showing up as <15m… lulz.

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

The topic ‘[Plugin: Weekly Schedule] Error with vertical layout…’ is closed to new
replies.

 * ![](https://ps.w.org/weekly-schedule/assets/icon-256x256.jpg?rev=971123)
 * [Weekly Schedule](https://wordpress.org/plugins/weekly-schedule/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/weekly-schedule/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/weekly-schedule/)
 * [Active Topics](https://wordpress.org/support/plugin/weekly-schedule/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/weekly-schedule/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/weekly-schedule/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [aendrew](https://wordpress.org/support/users/aendrew/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-weekly-schedule-error-with-vertical-layout/#post-2121275)
 * Status: not resolved