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!
I don't want to finish the form until i solve this please help. thank you!
Hi budinakron,
Your template is setting the input width to 100% here in template.css around line 1355
Bob
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
I am getting an error page when I submit what diod I do wrong login is http://wmconstr.us/administrator
user is admin
password is xxxxx
user is admin
password is xxxxx
This topic is locked and no more replies can be posted.