Hey John,
It seems like your current template custom css causing this issue.
JoomlaFolder/tohi_test/templates/rt_ambrosia/custom/css-compiled/custom_13.css?56250a92
If you remove this following css code, it will work fine.
/* End layout hikes regular and hikes Falls (blue) */
/* Begin positioning etc. code for Hike Info "table" */
/* line 103, /home/toron5/public_html/tohi_test/templates/rt_ambrosia/custom/scss/custom.scss */
label {
font-weight: bold;
text-transform: uppercase;
width: 6em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
}
If you need above code, perhaps you can try apply following css code in your current template custom css file and see how it goes?
Make sure you apply this new code is loaded on your browser and clear all of your Joomla/template/browser cache.
#section-kmt .kmt-form label{
width: auto !important;
}