This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Entries view - Columns width
Started 16 years ago by cferron | 10 posts |
-
Is there a way I can make these columns bigger? I have a 22 inch monitor and I can afford to have lots of space. At the moment columns are cut to a specific size.
Thanks
Claude
Posted 16 years ago # -
Hmm.. actually those columns doesn't have specific width. They are all adjusted equally.
However, you can adjust the main container.Edit your index.css file, search for this code:
#container, #top, #bottom, #footer { margin: 0pt auto; width: 900px; }
change it to become:
#container, #top, #bottom, #footer { margin: 0pt auto; width: 95%; }
that would set your main container to be significantly wider on 22 inch monitor
MachForm Founder
Posted 16 years ago # -
That did the trick! Thanks a lot for the help.
Great software by the way!
Posted 16 years ago # -
Is there a way to also expand the number of lines displayed... increase row size is what I want to do I guess...
Posted 15 years ago # -
Yes, edit line 75 of manage_entries.php file:
$rows_per_page = 15;
simply adjust the value above.
MachForm Founder
Posted 15 years ago # -
Hi,
I just want to expand columns bigger same with version 3.5, pls tell me how to doPosted 11 years ago # -
Have tried modifying index.css as above and set width to 95% - however this does not seem to work with v3.5. How should we increase form width under v3.5?
Also is there a way to get the fields to autosize to their contents instead of all columns having equal size? This is in entries view.
Posted 11 years ago # -
If you are using version 3, you can edit the "main.css" file. Search around line 2358 for this code:
#entries_container table div { height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
simply remove that block of code.
MachForm Founder
Posted 11 years ago # -
I edited main.css and removed the above code and still no change in the column width. Please instruct me on how to edit this. Thanks!
Posted 10 years ago # -
Hi I have Version 4 and can't work out which css file to edit to change the entry column width. Please help :)
Posted 9 years ago #
Reply
You must log in to post.