Making a form a consistent size
Morning,
On my edit for I have a number of tabs, each tab with a different types of fields, is there a way to ensure that when each tab is clicked the form stays the same size, At the moment the form changes size dependent on the number of fields, type of fields etc
Cheers
John
On my edit for I have a number of tabs, each tab with a different types of fields, is there a way to ensure that when each tab is clicked the form stays the same size, At the moment the form changes size dependent on the number of fields, type of fields etc
Cheers
John
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
You can fix the width with CSS:
Code: Select all
#fd_form {
width: 1000px;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 4 guests