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

TOPIC: [SOLVED] Registration Form doesn't fill page

[SOLVED] Registration Form doesn't fill page 10 years 9 months ago #22737

  • andybon
  • andybon's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 239
  • Thank you received: 0
Hi there - I've removed all side module positions from my template to give a uncluttered page... but DT Reg registration form doesn't seem to expand or use the available width - It seems to be hard-coded with a max width but I can't see where.

Example page: (removed now this is solved)

See for example the terms and conditions text where the asterisk is forced onto a second line - but there's plenty of space on the page for the form to expand so this didn't need to happen.

Thanks. Not critical of course - just cosmetic. But would be great to have a fix for this...

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

Last Edit: by andybon.

[SOLVED] Registration Form doesn't fill page 10 years 9 months ago #22741

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Just modify this CSS:

/components/com_dtregister/assets/css/main.css

There is a hard-coded width setting for the field label column. Change it to a % and you will be fine. By default it is:
dt.dtlabel {
    position: relative;
    font-size: 12px;
    width: 16em;
}

The form itself DOES restructure to fit the varying widths of the site.

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

[SOLVED] Registration Form doesn't fill page 10 years 9 months ago #22742

  • andybon
  • andybon's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 239
  • Thank you received: 0
Great. I'll try this out. Many Thanks.

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

[SOLVED] Registration Form doesn't fill page 10 years 9 months ago #22743

  • andybon
  • andybon's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 239
  • Thank you received: 0
Great - That works just fine. Many Thanks.

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

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