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

TOPIC: Space Between Each Event

Space Between Each Event 14 years 11 months ago #5675

  • RocknRoll
  • RocknRoll's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 23
  • Thank you received: 0
I just installed this component and is trying to format the template. How can I add a space between each event, I can't seem to do it using the CSS file.

Thanks!!!

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

Space Between Each Event 14 years 11 months ago #5676

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. I'm not exactly sure where you want your spacing, but try this:

/components/com_dtregister/main.css

You will find this in the file:

tr.eventListRow1 td,
tr.eventListRow2 td {
padding: 2px;
}

Increase the padding here... and to affect just top and bottom, you could change the padding line to something like:

padding: 8px 2px 8px 2px;

Hope that helps :)

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

Space Between Each Event 14 years 11 months ago #5680

  • RocknRoll
  • RocknRoll's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 23
  • Thank you received: 0
Hi dthadmin,

I tried the code you provided but it added space on the inside. I would like a bit of space between each event. You will see as per the attached image, I would like a space below the first event, right above "Tennis Instructor".

Thanks!!!
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

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

  • Page:
  • 1
Time to create page: 0.503 seconds