Forums

Problem with Textbox width

sebastian.springer 29 Feb, 2012
Hey there,

I have a problem with the width of my Textboxes. They should have the same width (at least they have the same settings via the backend) and I cannot find any part in the code, responsible for my problem. Yet I have not found a rule why 1-2 boxes of the form are wider than the others.

I am using Joomla! 2.5.0 Stable [Ember] and Chronoforms 4.0 RC3.0.

I thought I'd give it a try and post in the forum. Maybe someone has an idea (or faced a similar problem in the past). Maybe I am just a blockhead right atm.

The Website is in German (and still under construction). So here are the links to the forms:
http://urologie-hochrhein.de/test/index.php/kontakt/kontakt-form
http://urologie-hochrhein.de/test/index.php/kontakt/terminwunsch

Data for Login:
User: JB_Test
Pass: test_95

Helpful comments or hints are welcome .... thanks for your effort.
Cheers
Sebastian
GreyHead 29 Feb, 2012
Hi Sebastian,

Your template has some CSS that is being applied to form inputs with specific ids
input#email, input#name, input#image, input#password.inputbox, input#password2, input#url, #jForm input.inputbox {
    clear: both;
    float: left;
    margin-right: 22px;
    margin-top: 8px;
    width: 80%;
}

Bob
sebastian.springer 29 Feb, 2012
*ouch* ... could have noticed that myself 😶

Thanks for your help.
Regards,
Sebastian
GreyHead 29 Feb, 2012
Hi Sebastian,

Just noticed that you have CFv4 RC3.0 - you should upgrade to RC3.2 which has some bug-fixes (and some new features).

Bob
This topic is locked and no more replies can be posted.