Title: display events inline
Last modified: August 30, 2016

---

# display events inline

 *  Resolved [Julian Walker](https://wordpress.org/support/users/julian-walker/)
 * (@julian-walker)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/)
 * I would like to have each event on one line, I tried changing
    vsel_style.css.
   display: block; to .display: inline; without result
 * Thanks
    Julian
 * [https://wordpress.org/plugins/very-simple-event-list/](https://wordpress.org/plugins/very-simple-event-list/)

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829002)
 * I do not understand what you mean? It is currently on 1 line, kind of. Or do 
   you mean you want meta next to each other in stead of underneath each other?
 * Guido
 *  Thread Starter [Julian Walker](https://wordpress.org/support/users/julian-walker/)
 * (@julian-walker)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829009)
 * Yes forcing each <p> tag on one line rather than under each other… I have done
   a hack with:
    p {display:inline;}
 * Thanks for replying
    Julian
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829014)
 * Hi,
 * To be honest, this might not be that easy because the single meta (title, date,
   location, etc) don’t have their own css class and are wrapped in paragraphs. 
   I guess the only way to succeed is to add major changes in shortcode file.
 * Guido
 *  Thread Starter [Julian Walker](https://wordpress.org/support/users/julian-walker/)
 * (@julian-walker)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829015)
 * Hi Guido
    And thats not an option or is it? Heres the page with my hack: [http://avantidisplay.co.uk/diary/](http://avantidisplay.co.uk/diary/)
 * Julian
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829018)
 * Hi Julian,
 * I can add a class to each meta paragraph, so styling will be easier. Then you
   can add your changes via a [custom style plugin](https://wordpress.org/plugins/very-simple-custom-style/)
   in stead of directly into plugin source code.
 * But I don’t want to change current event layout because I like it this way.
 * I’m working on few other things, but I will update plugin within couple of days.
 * Guido
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829056)
 * Plugin update, I have added these classes:
 *     ```
       #vsel .vsel-meta-date {}
       #vsel .vsel-meta-time {}
       #vsel .vsel-meta-location {}
       #vsel .vsel-meta-link {}
       ```
   
 * Guido
 *  Thread Starter [Julian Walker](https://wordpress.org/support/users/julian-walker/)
 * (@julian-walker)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829119)
 * Hi Guido
    Thats a much better solution than my hack Thanks for your support
 * Cheers
    Julian

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

The topic ‘display events inline’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [Julian Walker](https://wordpress.org/support/users/julian-walker/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/display-events-inline/#post-6829119)
 * Status: resolved