Title: Column problem
Last modified: June 16, 2017

---

# Column problem

 *  Resolved [bailesham](https://wordpress.org/support/users/bailesham/)
 * (@bailesham)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/)
 * Hi,
 * Thank you for a great plugin.
 * I am having a problem using 3 Columns, the first 2 rows of Events display fine
   but the 3rd row of Events only displays 2 events with 1 event falling into the
   row underneath.Here is a [link](http://www.ice-berlin.com/events/)
 * Could you help? By the way i also have the same problem using 4 Columns..
 * Thank you.

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

 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9235534)
 * My site is having the same issue, and it is because the location text in the 
   row above is too many characters to fit and apparently there is no way to turn
   off the location in the shortcode. [https://wa-kelowna.com/calendar/](http://link)
 *  Thread Starter [bailesham](https://wordpress.org/support/users/bailesham/)
 * (@bailesham)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9235726)
 * Hi there Woturner,
 * Ive resolved the problem.
 * The event_desc on the FB Events you are adding to your website are too many characters…
 * When events are created in FB then you must not Exceed the Title limit, in some
   cases on the events you have added the event Title character limit has been exceeded.
 * You also have a problem with plugins, are you using another Event plugin? because
   the other plugin is overriding the event_title of the FB Events plugin and making
   the Event Title a larger size than it should be..
 * try this code.
 * .event_desc .event_address{
    white-space: nowrap; overflow: hidden; text-overflow:
   ellipsis; width: 90%; ** font-size:2px !important;** }
 * Play with the font Size until you are happy.
 * Good luck.
 *  Plugin Author [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * (@xylus)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9236766)
 * Hello [@bailesham](https://wordpress.org/support/users/bailesham/) & [@woturner](https://wordpress.org/support/users/woturner/),
 * Thanks for reaching out to us.
 * Thanks [@bailesham](https://wordpress.org/support/users/bailesham/) for sort 
   out the issue and share the solution. [@woturner](https://wordpress.org/support/users/woturner/)
   can you please try solution provided by [@bailesham](https://wordpress.org/support/users/bailesham/),
   and let us know if you have any difficulty or query regarding this.
 * Thanks,
    Xylus Themes.
 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9237841)
 * Thanks [@bailesham](https://wordpress.org/support/users/bailesham/) the problem
   is now fixed.
 *  Thread Starter [bailesham](https://wordpress.org/support/users/bailesham/)
 * (@bailesham)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9239033)
 * [@woturner](https://wordpress.org/support/users/woturner/) I see you are still
   having some issues with the Event Title..Try adding this code also it will work
   for you.
 * .event_title{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
   width: 90%; font-size:13px !important; }
 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9239247)
 * Thanks [@bailesham](https://wordpress.org/support/users/bailesham/). I have inserted
   the code you suggested.
 *  Thread Starter [bailesham](https://wordpress.org/support/users/bailesham/)
 * (@bailesham)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9239658)
 * [@woturner](https://wordpress.org/support/users/woturner/), you need to add that
   code to the xt-facebook-events.css file.
    That can be found in the plugin folder–
   assets/css
 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9256674)
 * [@bailesham](https://wordpress.org/support/users/bailesham/) I have added the
   code to the assets/css folder but am not seeing good results.
 *  Plugin Author [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * (@xylus)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9260965)
 * Hello [@woturner](https://wordpress.org/support/users/woturner/),
 * try this code you can change event deatail heightas per your requirement.add 
   this css into your template
    event_details { height: 100px !important; }
 * .archive-event .wepa_event {
    height: 248px !important; }
 * .event_title {
    font-size: 15px !important; }
 * Let us know if you have any other issues or difficulties.
 * Thanks,
    Xylus Themes
 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9271429)
 * I’m trying to get the event location to be 0 font size but since adding the other
   code it seems to ignore this.
 *  Plugin Author [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * (@xylus)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9272502)
 * Hello [@woturner](https://wordpress.org/support/users/woturner/),
 * If you want to hide location then add below custom css.
 * .wepa_event .event_address {
    font-size: 0px; }
 * Thanks,
    Xylus Themes
 *  [woturner](https://wordpress.org/support/users/woturner/)
 * (@woturner)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9275283)
 * I tried the additional code however the event location is still being displayed.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [8 years, 9 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9397859)
 * [@xylus](https://wordpress.org/support/users/xylus/) I’ve deleted your offer 
   to login to your user’s site. I’m am 100% sure you mean well but please _never
   ask for credentials on these forums._
 * [https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff](https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuff)
 * Now for the why: The internet is a wonderful place full of very nice people and
   a few very bad ones. I’m sure everyone here is very nice however, by giving some
   ones keys to your house you are trusting they wont steal anything. Likewise the
   person who takes the keys is now responsible for the house FOREVER.
 * If something was to go wrong, then you the author may well legally become liable
   for damages, which they would not normally have been as their software is provided
   without warranty.
 * Please be aware that repeatedly asking for credentials will result in us asking
   you to repeatedly stop before escalating up to the plugins team.

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

The topic ‘Column problem’ is closed to new replies.

 * ![](https://ps.w.org/xt-facebook-events/assets/icon-256x256.png?rev=2948399)
 * [XT Event Widget for Social Events](https://wordpress.org/plugins/xt-facebook-events/)
 * [Support Threads](https://wordpress.org/support/plugin/xt-facebook-events/)
 * [Active Topics](https://wordpress.org/support/plugin/xt-facebook-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/xt-facebook-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/xt-facebook-events/reviews/)

 * 13 replies
 * 4 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/column-problem-2/#post-9397859)
 * Status: resolved