Checkbox not aligning with prompting text

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 3, 2016   (RSS)

By Damon - March 2, 2016

Hi Gary,

Thanks for noting this and letting us know.

It is on the queue to be fixed now.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Damon - March 3, 2016

Hi Gary,

While we are getting this fixed for the next version, you can get the checkboxes aligning right now by adding   to the checkbox Field Description in the section field editor. 

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By garyhoffmann - March 3, 2016

Awesome - I just made a quick little change to edit_functions.php

  //TA Mod
  if (empty($description)) { $description = " "; }
  //end TA Mod



in the function _showCheckbox and it seems to have fixed it up.  Much easier than changing 50 or 60 section schema files.

Thank you for the proactive information.

Gary.