By John Candido on Tuesday, 20 October 2015
Posted in Technical Issues
Likes 0
Views 1.4K
Votes 0
The username/password boxes are too big and overflow the main login box.
See attached image

See in any article i.e Hikes/Hike List/L01
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;
}
·
Tuesday, 20 October 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, I used
#section-kmt .kmt-form label{
width: auto !important;
}
and it worked fine.
·
Wednesday, 21 October 2015 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating John, I am glad that your issues are resolved now
·
Wednesday, 21 October 2015 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post