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


  1. cferron
    Member

    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 15 years ago #
  2. yuniar

    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 15 years ago #
  3. cferron
    Member

    That did the trick! Thanks a lot for the help.

    Great software by the way!

    Posted 15 years ago #
  4. sebmathews
    Member

    Is there a way to also expand the number of lines displayed... increase row size is what I want to do I guess...

    Posted 14 years ago #
  5. yuniar

    Yes, edit line 75 of manage_entries.php file:

    $rows_per_page = 15;

    simply adjust the value above.


    MachForm Founder

    Posted 14 years ago #
  6. Anh
    Member

    Hi,
    I just want to expand columns bigger same with version 3.5, pls tell me how to do

    Posted 10 years ago #
  7. Acuiti
    Member

    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 10 years ago #
  8. yuniar

    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 10 years ago #
  9. saraconceptopoliscom
    Member

    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 9 years ago #
  10. joffday
    Member

    Hi I have Version 4 and can't work out which css file to edit to change the entry column width. Please help :)

    Posted 8 years ago #

RSS feed for this topic

Reply