Title: Vertical layout &#8211; possible css issues
Last modified: August 22, 2016

---

# Vertical layout – possible css issues

 *  Resolved [jonodesign](https://wordpress.org/support/users/jonodesign/)
 * (@jonodesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/vertical-layout-possible-css-issues/)
 * Hi Yannik,
 * I’ve just installed and begun using your plugin and the vertical layout has produced
   some interesting results – [http://josull05.wdd1415.bbkweb.org/?page_id=9](http://josull05.wdd1415.bbkweb.org/?page_id=9).
 * It seems the column for ‘Mon’ is too wide to allow the other days to fit on the
   page. Seems like a CSS issue?
 * Any help would be great thanks
 * John
 * [https://wordpress.org/plugins/weekly-schedule/](https://wordpress.org/plugins/weekly-schedule/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/vertical-layout-possible-css-issues/#post-5913952)
 * Yes, this is a CSS issue. You have created 3 concurrent items on the Monday, 
   resulting in 3 columns to display that day, and there was no style defined to
   handle this. To fix it, go to the Stylesheet editor section for Weekly Schedule
   and add:
 *     ```
       .verticalcolumn3 {
           float: left;
           width: 50px;
       }
       ```
   
 * Now, even with this, you will still have display issues since the content div
   of your site is not very large. You can see to make it larger or make columns
   thinner.
 * Something else to consider is that if the events that are at the same time are
   unrelated, you could actually just created multiple different schedules using
   the plugin.
 * Let me know if this helps and please consider rating or donating to support the
   ongoing development of this plugin.

Viewing 1 replies (of 1 total)

The topic ‘Vertical layout – possible css issues’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/vertical-layout-possible-css-issues/#post-5913952)
 * Status: resolved