Posts: 2
Threads: 1
Joined: Jan 2025
The checkboxes are not displaying as expected for the terms and conditions
Posts: 2
Threads: 1
Joined: Jan 2025
(02-Jan-2025, 01:14 AM)netgurl Wrote: The checkboxes are not displaying as expected for the terms and conditions
NVM I figured it out - the CSS files in
frontend > view > default > stylesheet / css/
has to be updated to
.cmtx_container label{margin:0}
from
.cmtx_container label{height:auto;margin:0}
.cmtx_checkbox_container input{display:inline-block;margin-right:2px !important;vertical-align:baseline}
from
.cmtx_checkbox_container input{display:inline-block;margin-right:2px !important;vertical-align:baseline;width:auto}
Posts: 2,895
Threads: 59
Joined: Jun 2010
Thanks, I'll add this in the next version.
Have
you completed
the interview?