X
118130

Can the font-size in event names in full calendar be changed and have the surrounding box adjust to the bigger text?

I’d like to have the event names displayed by style=”names” in the full calendar be larger. I know how to change the font size but the box seems to float above everything else and not be responsive to bigger text inside.
Can this be changed?
Thank you

BY: Daniel Morduchowicz - Mar 27,2019 AT 10:17PM - 6 years ago
    • Daniel Morduchowicz Mar 27,2019 AT 10:18PM - Posted 6 years ago - #118131

    • Artem Mar 28,2019 AT 3:29AM - Posted 6 years ago - #118199

      Hello,

      Could you please add this CSS code to EventON > Styles:

      .evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
      font-size: 15px;
      line-height: 15px;
      height: 16px;
      }

      If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.

    • Daniel Morduchowicz Mar 28,2019 AT 2:07PM - Posted 6 years ago - #118290

      Thank you. The problem with this approach is that the containers do not grow with the text, which means I will have text that is cut off.

      Is there a way to make the container fill all necessary space? I can’t surmise from looking with inspector if each day floats above the whole calendar and it’s size is determined programmatically.

      Thank you

    • Daniel Morduchowicz Mar 28,2019 AT 2:08PM - Posted 6 years ago - #118291

    • Artem Mar 29,2019 AT 7:55AM - Posted 6 years ago - #118376

      The only solution is to use this code

      .evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      }

      to make it only one line.

You must login to reply to this ticket

HelpDesk

Welcome to EventON helpdesk.

EventON is the #1 Best selling event calendar plugin for WordPress websites in envato marketplace.

Checkout EventON