Appnitro Software Forums » MachForm

Entries view - Columns width

(5 posts)

  1. 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 3 years ago #
  2. 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

    Posted 3 years ago #
  3. That did the trick! Thanks a lot for the help.

    Great software by the way!

    Posted 3 years ago #
  4. Is there a way to also expand the number of lines displayed... increase row size is what I want to do I guess...

    Posted 2 years ago #
  5. Yes, edit line 75 of manage_entries.php file:

    $rows_per_page = 15;

    simply adjust the value above.

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.