|
|||||||
| Joomla Problems Issues with Joomla ? get help in this section of the forum, this includes all problems with templates and joomla its self |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2009
Posts: 1
Thanks: 0 Thanked 0 Times in 0 Posts
![]() |
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 |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2009
Age: 22
Posts: 8
Thanks: 0 Thanked 0 Times in 0 Posts
![]() |
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. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2010
Age: 24
Posts: 17
Thanks: 0 Thanked 0 Times in 0 Posts
![]() |
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 */ |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|