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

TOPIC: [SOLVED] Layout issue with radio buttons

[SOLVED] Layout issue with radio buttons 10 years 7 months ago #22933

  • earthrat
  • earthrat's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 42
  • Thank you received: 0
I updated my template and I am having an issue with radio buttons text overlapping the radio button field. I have searched with firebug but cannot find a way to correct this. It appears to be hard coded into the php but I cannot find that either.

Please have a look at the form in the link below and you will see the issue I am having with this button. Any help or advice would be greatly appreciated.

lewistonhan.com/registration/online-regi...k=individualRegister

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

Last Edit: by nathan.dth.

Layout issue with radio buttons 10 years 7 months ago #22934

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
This is not hard-coded in PHP, but there is styling in this file:

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

After the 2.8.12 update, we discovered that the modified CSS for field changes was not included in the package. That has since been resolved, so if you had the very latest build, this would not be an issue. You can modify the above file though... find this:
.dt_checkbox_label {
	padding: 0 10px 0 10px;
	margin: 0 0 0 18px;
}

This is what it SHOULD be. Yours would have a smaller margin setting.
The following user(s) said Thank You: earthrat

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 .

Layout issue with radio buttons 10 years 7 months ago #22935

  • earthrat
  • earthrat's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 42
  • Thank you received: 0
Thanks, I am running Joomla 2.5.19 with DTRegister 2.8.12a. This was the key because I was making edits to my local dev site which was using the older version and without knowing it I had reverted the new version back to the old CSS by doing this. Feel like I should have taken one more day off...

Thanks for the help...

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

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