• Resolved rscimagery

    (@rscimagery)


    I am wondering how I can increase the size (number of letters/text) that gets carried over from facebook – the images are looking great but not enough content is coming over to be very useful. Where can I increase the amount of Title text?

    The page I need help with: [log in to see the link]

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

    (@lisha56)

    Hello @rscimagery,

    Thanks for reaching out to us

    For that you need to add custom css.You can add custom css for that go to WordPress admin panel ->Appearance->Customize ->Additional css add below code.

    Please insert below custom css in Addtional css
    .ife_event .event_details {
    height:114px !important;
    }

    .ife_event .event_desc .event_title {
    font-size: 1.0em !important;
    overflow: visible !important;
    white-space: normal !important;
    width: 100% !important;
    }

    Let us know if you have any query.
    Thanks

    • This reply was modified 7 years ago by lisha56.
    Thread Starter rscimagery

    (@rscimagery)

    Awesome. That worked!

    Plugin Author Xylus Themes

    (@xylus)

    Hi @@rscimagery,

    Happy to know issue resolved ??

    Please feel free to post review here

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase size of Event Text’ is closed to new replies.