Title: Column width in event list
Last modified: June 13, 2017

---

# Column width in event list

 *  Resolved [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/column-width-in-event-list/)
 * When displaying the list of events (via the shortcode),I’d like to make the left
   hand column a bit wider. Is that possible?

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/column-width-in-event-list/#post-9226125)
 * Hi,
 * Yes, you can do this via the custom CSS page in your dashboard:
 *     ```
       #vsel .vsel-meta {width:36%;} 
       #vsel .vsel-image-info {width:60%;} 
       ```
   
 * Change the values above to your needs.
 * Guido
 *  Thread Starter [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * (@hendosdad)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/column-width-in-event-list/#post-9227326)
 * Thanks Guido for your reply. I’m delighted to say it worked!
 * I also was able to combine the start and end dates with a hyphen to separate 
   them (as per sammoda82’s post, “Combining Start and End Date /”) and have provided
   the code on that post just in case there are others who are wanting to do the
   same.
 * [https://wordpress.org/support/topic/combining-start-and-end-date/](https://wordpress.org/support/topic/combining-start-and-end-date/)

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

The topic ‘Column width in event list’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-event-list/assets/icon-256x256.png?rev=1415754)
 * [VS Event List](https://wordpress.org/plugins/very-simple-event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-event-list/reviews/)

## Tags

 * [column width](https://wordpress.org/support/topic-tag/column-width/)

 * 2 replies
 * 2 participants
 * Last reply from: [hendosdad](https://wordpress.org/support/users/hendosdad/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/column-width-in-event-list/#post-9227326)
 * Status: resolved