Server Time 05:54 PM.

Go Back   Joomla Forum - Support - Help - Advise > Joomla Forum > Joomla Problems

Joomla Problems Issues with Joomla ? get help in this section of the forum, this includes all problems with templates and joomla its self

Reply
 
Thread Tools Display Modes
Old 10-26-2009, 11:34 AM   #1
ikonono
Junior Member
 
Question User registration form - how to edit field length?

I have a 3 column template but some of the components I've added needed more space (calendar, forum) so I have removed everything from the right hand side column. This is fine and gives them the room they need, however now the user registration form fields extend too far. It's the same on the "Edit your details" page when logged in. How can I edit the length of the fields?

see www dot canberrajuniors dot com

Thanks,
Nikki
ikonono is offline   Reply With Quote
Sponsored Links
FatCow $88 Plan for $44 only
Old 01-25-2010, 10:24 AM   #2
Marchant
Junior Member
 
Marchant's Avatar
 
Default

Hi there,

I'm pretty sure its the template.css file.

The fields should look like this.

form#form-login fieldset {
border: none;

margin: 5px 0 1px -3px;
/*margin-left:10px;*/

}

Edit the margin till they are to your liking.
Marchant is offline   Reply With Quote
Old 02-02-2010, 09:56 AM   #3
scept1c
Junior Member
 
Default

XHTML
If there is only one value, it applies to all sides. If there are two values, the top and bottom margins are set to the first value and the right and left margins are set to the second. If there are three values, the top is set to the first value, the left and right are set to the second, and the bottom is set to the third. If there are four values, they apply to the top, right, bottom, and left, respectively.

Example(s):

body { margin: 2em } /* all margins set to 2em */
body { margin: 1em 2em } /* top & bottom = 1em, right & left = 2em */
body { margin: 1em 2em 3em } /* top=1em, right=2em, bottom=3em, left=2em */
scept1c is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off