Long titles squashed down

  • Katie Mcgowan
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #74024 by Katie Mcgowan
Long titles squashed down was created by Katie Mcgowan
In the details view of Events Booking, any titles that are longer than the width of the box are squashed down together (see attached image). I'd really appreciate if anyone knew any way around this?

Thanks.
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #74026 by James Riley
Replied by James Riley on topic Long titles squashed down
This is an <h1> header tag and is likely set to look like that by your site template's CSS files.
However, it should just be a simple matter of adding some CSS code to [ media/com_event_booking/assets/css/custom.css ] to override the default.
Try adding something like:
Code:
.eb-page-heading {line-height:30px; /*adjust the 30px to whatever you need, eg. 40px, 25px, etc. */ }
If that doesn't work, try [ line-height:30px !important; ] . If that still doesn't work, post a link to one of your event pages and I can find out exactly what code you need :)

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
The following user(s) said Thank You: Tuan Pham Ngoc

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc