Skip to Content Skip to Menu

Registration form box sizes

  • andysmith
  • andysmith
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
13 years 8 months ago #163242 by andysmith
Registration form box sizes was created by andysmith
Can anyone tell me where I edit the size of the boxes on the registration form as they are around 1 character wide at the minute?

Please Log in or Create an account to join the conversation.

  • tinetto
  • tinetto
  • OFFLINE
  • Posts: 114
  • Thanks: 38
  • Karma: 12
13 years 7 months ago #163398 by tinetto
Replied by tinetto on topic Re: Registration form box sizes
you have to modify CSS file

bye

Please Log in or Create an account to join the conversation.

13 years 7 months ago #164175 by masondesigns
Replied by masondesigns on topic Re: Registration form box sizes
you find the template.css file and edit the following line.

.fieldCell input, .fieldCell select {
margin-top:0px;
margin-left:0px;
vertical-align: top;
}

to something like

.fieldCell input, .fieldCell select {
margin-top:0px;
margin-left:0px;
vertical-align: top;
height: 2em;
}

This will change the size of the box.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum