| View previous topic :: View next topic |
| Author |
Message |
caltucker
Joined: 21 Nov 2006 Posts: 44
|
Posted: Fri Jul 06, 2007 4:48 am Post subject: Specify module width for Upcoming Events |
|
|
Hi, is there a way to specify the width of the Upcoming Events module. Normally when I want to do this, I can specify the width in the Custom Output section of the Module with tags.
I need this module to always be 200 px in width. Thanks |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Fri Jul 06, 2007 1:24 pm Post subject: |
|
|
Hi,
Not exactly per se. You may add this to the event list template header:
| Code: |
| <div style='width: 200px;'> |
and this to the event list template footer..
|
|
| Back to top |
|
 |
caltucker
Joined: 21 Nov 2006 Posts: 44
|
Posted: Fri Jul 20, 2007 6:03 am Post subject: |
|
|
Unfortunately that did not work...
Is there a way to specifically call for that module in the CSS?
E.g., in template.css you could have
.upcoming_events {width: 200px;}
Thanks again Ian for everything!!!! |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Fri Jul 20, 2007 4:47 pm Post subject: |
|
|
Hi,
Yes. Each component is wrapped by a div id="something_based_off_component_name" You can view the source of the page to find out what it is and use #dividname { .. css; } |
|
| Back to top |
|
 |
|