Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

elevate2 template, date-title module

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi guys,

Im seeing this happening in FF but not IE8.

The date title module bangs the date into the title because the September word is longer than others.

Any ideas?

Attachments:
  • Joel Basham's Avatar
  • Joel Basham
  • 3 Month Basic
  • 18 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Joel,

You can fix this one by improving the CSS a bit.

Locate the file

modules/mod_dateTitle/css/dateTitle.css

and on line 5 you can add the extra highlighted rule

span.dateTitleDate {
float:left;
margin-right:10px;
padding:6px 0 0 6px;
width:100px;
}

Let me know how that works out for you.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers