Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bailesham

    (@bailesham)

    @woturner, you need to add that code to the xt-facebook-events.css file.
    That can be found in the plugin folder – assets/css

    Thread Starter bailesham

    (@bailesham)

    @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;
    }

    Thread Starter bailesham

    (@bailesham)

    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.

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