tab resizing
- jennifer.eckard
- Posts: 11
- Joined: Fri Aug 11, 2017
We are using the Form designer and the tab feature. The client wants each tab to be the same size whether there is content in the tab or not. Currently if there is no content in the tab it shrinks down. Please see the screen shots. How can I fix the size of the tabs.
- Attachments
-
- image003.png (5.51 KiB) Viewed 1724 times
-
- image002.png (4.37 KiB) Viewed 1724 times
-
- image001.png (13.11 KiB) Viewed 1724 times
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Hello, Jennifer!
Easiest way to control proportions of different tabs is to add a Table inside of each tab and place all tab contents inside the Table. Give each Table the same CSS class and then use CSS editor to set width and height for the Table. This will adjust the tab size.
For example, you can give each Table class tab-table and add this code to CSS editor:
Adjust width and height for your form and you should be good!
Easiest way to control proportions of different tabs is to add a Table inside of each tab and place all tab contents inside the Table. Give each Table the same CSS class and then use CSS editor to set width and height for the Table. This will adjust the tab size.
For example, you can give each Table class tab-table and add this code to CSS editor:
Code: Select all
.tab-table{
height: 500px;
width: 500px;
}
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 7 guests