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

TOPIC: DT_EVENT_LIST_INSTRUCTIONS in the center

DT_EVENT_LIST_INSTRUCTIONS in the center 13 years 9 months ago #13132

  • MORE
  • MORE's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi Forum,

I would like to place the DT_EVENT_LIST_INSTRUCTIONS in the center. But I havenĀ“t found the right CSS.

Can you help me?

Regards
Markus

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

DT_EVENT_LIST_INSTRUCTIONS in the center 13 years 8 months ago #13135

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
To center this by CSS, you should be able to add this to the CSS file here:
/components/com_dtregister/assets/css/main.css

table.event_message td {
text-align: center;
}

...along with whatever other styling you want.

Or you can modify directly in the file here:
/components/com_dtregister/views/event/tmpl/list.php

Search for the language tag and you'll find where it's located. Thanks.

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

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