- Posts: 1
- Thank you received: 0
Long titles squashed down
- Katie Mcgowan
- Topic Author
- Offline
- New Member
-
Less
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.
Thanks.
- James Riley
-
- Offline
- Platinum Member
-
9 years 4 months ago #74026
by James Riley
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 :.
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:
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
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. */ }

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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.