How to have request offering prompts & fields display in a wider format
All fields currently display on the very left of the page leaving a lot of white space. The only way to get them to increase to the size of the page is to zoom IE to 180%. The only type of field that takes the width of the page is the picker fields.
Best Answer
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭You can adjust this by adding the following CSS to your custom.css folder:
.col-md-4 { width: 50%; } .col-md-6 { width: 80%; }
Adjust the percentages to what you prefer.
5
Answers
.col-md-4 { width: 50%; } .col-md-6 { width: 80%; }
Adjust the percentages to what you prefer.