Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Eliminating extra white space in event listing

Eliminating extra white space in event listing 12 years 7 months ago #15262

  • toolbox978
  • toolbox978's Avatar Topic Author
  • Offline
  • Banned
  • Banned
  • Posts: 30
  • Karma: -1
  • Thank you received: 0
Hello,

I just installed 2.7.9c and need help figuring out how to get the DT Register component to appear at the very top of the page instead of the bottom. The same problem happens with the control panel, so it's not just the events list.

Any advice? Thanks.

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

Last Edit: by toolbox978.

Eliminating extra white space in event listing 12 years 7 months ago #15274

  • toolbox978
  • toolbox978's Avatar Topic Author
  • Offline
  • Banned
  • Banned
  • Posts: 30
  • Karma: -1
  • Thank you received: 0
Anyone have any thoughts about this? Looks like I might need to change a css file somewhere.

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

Last Edit: by toolbox978.

Eliminating extra white space in event listing 12 years 7 months ago #15282

  • toolbox978
  • toolbox978's Avatar Topic Author
  • Offline
  • Banned
  • Banned
  • Posts: 30
  • Karma: -1
  • Thank you received: 0
Please help, we really need to fix this problem before we will be able to publish it and make this site go live. Thanks!

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

Last Edit: by toolbox978.

Eliminating extra white space in event listing 12 years 6 months ago #15367

  • toolbox978
  • toolbox978's Avatar Topic Author
  • Offline
  • Banned
  • Banned
  • Posts: 30
  • Karma: -1
  • Thank you received: 0
Ok, I was able to fix this by adding the following code to my custom.css file:

#component #toolbar.toolbar-list {
display:none;
}

However, I'm still experiencing another problem with an unwanted amount of white space between the title of the page "Event Registration" and the actual listing of events. Any advice for this?

Thanks.

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

Last Edit: by toolbox978.

Eliminating extra white space in event listing 12 years 6 months ago #15371

  • toolbox978
  • toolbox978's Avatar Topic Author
  • Offline
  • Banned
  • Banned
  • Posts: 30
  • Karma: -1
  • Thank you received: 0
It looks like this snippet of code is responsible for the extra space:

<table class="event_message" width="100%" style="border-width: 0px">
<tbody>
<tr>
<td align="left"> </td>
<td> </td>
<td align="right"> </td>
<td align="right"> </td>
</tr>
</tbody>
</table>
<br>
<br>

What file do I need to update so I can have this removed?

Thanks,
Mike

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

Eliminating extra white space in event listing 12 years 6 months ago #15373

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Search this file:
/components/com_dtregister/views/event/tmpl/list.php

Search for this and remove it:
<br /><br />

That should do the trick.

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

  • Page:
  • 1
  • 2
Time to create page: 0.240 seconds