Checkbox not aligning with prompting text

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

With CMSB V3.02, the checkboxes do not align with the prompting text.

See the attached image

Attachments:

2016-03-02_11-45-05.png 29K

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/

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.