Fields too long

budinakron 05 Feb, 2013
I am using the newsest version for joomla 2.5 and the only problem I have is the fields extend the width of the page instead of being in a tight layout even though i have it checked here is what I mean http://wmconstr.us/index.php?Itemid=485

I don't want to finish the form until i solve this please help. thank you!
GreyHead 05 Feb, 2013
Hi budinakron,

Your template is setting the input width to 100% here in template.css around line 1355
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    color: #74060C !important;
    font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 8px 0;
    width: 100%;
}
You either need to set a specific width for the containing div (or the form) or over-ride this CSS using a Load CSS action in your form.

Bob
GreyHead 07 Feb, 2013
Hi budinakron,

The SEF URLs on the site are breaking the form Submit URL.

Please set Relative URL to No on the form General tab (click the form name link in the Forms Manager to find it).

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