Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 15:48 UTC
Updated:
22 Jun 2009 at 07:54 UTC
I love this module however it shows too much whitespace between items on the list of uncoming events block. I have tried everything and can not get this to display correctly- the block is on my right hand column and it take up way to much space. How can I change this?
Comments
Comment #1
gerhard killesreiter commentedI am guessing you can try some CSS to change this. Unfortunately, I am no CSS guru.
Comment #2
Morn commentedOne way is to add and customize (according to your needs) following function in the file template.php of your actual Theme.
The functions from event.theme defined here override the original functions. In this case the original is found in the event module directory in the file event.theme at line 467 :
Instead of theme_event_upcoming_item call the function phptemplate_event_upcoming_item
For example I used:
Comment #3
Morn commented