<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Entries view - Columns width</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Entries view - Columns width</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:26:28 +0000</pubDate>

<item>
<title>joffday on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-23718</link>
<pubDate>Mon, 27 Jul 2015 19:26:16 +0000</pubDate>
<dc:creator>joffday</dc:creator>
<guid isPermaLink="false">23718@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi  I have Version 4 and can't work out which css file to edit to change the entry column width. Please help :)
&#60;/p&#62;</description>
</item>
<item>
<title>saraconceptopoliscom on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-21216</link>
<pubDate>Wed, 11 Jun 2014 01:08:19 +0000</pubDate>
<dc:creator>saraconceptopoliscom</dc:creator>
<guid isPermaLink="false">21216@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;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!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-18816</link>
<pubDate>Fri, 26 Jul 2013 18:33:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18816@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you are using version 3, you can edit the &#34;main.css&#34; file. Search around line 2358 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#entries_container table div {
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;simply remove that block of code.
&#60;/p&#62;</description>
</item>
<item>
<title>Acuiti on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-18791</link>
<pubDate>Tue, 23 Jul 2013 03:25:16 +0000</pubDate>
<dc:creator>Acuiti</dc:creator>
<guid isPermaLink="false">18791@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;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?&#60;/p&#62;
&#60;p&#62;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.
&#60;/p&#62;</description>
</item>
<item>
<title>Anh on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-18719</link>
<pubDate>Tue, 16 Jul 2013 13:26:08 +0000</pubDate>
<dc:creator>Anh</dc:creator>
<guid isPermaLink="false">18719@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I just want to expand columns bigger same with version 3.5, pls tell me how to do
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-5634</link>
<pubDate>Mon, 27 Apr 2009 16:43:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">5634@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, edit line 75 of manage_entries.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$rows_per_page = 15;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;simply adjust the value above.
&#60;/p&#62;</description>
</item>
<item>
<title>sebmathews on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-5599</link>
<pubDate>Sat, 25 Apr 2009 00:47:00 +0000</pubDate>
<dc:creator>sebmathews</dc:creator>
<guid isPermaLink="false">5599@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a way to also expand the number of lines displayed... increase row size is what I want to do I guess...
&#60;/p&#62;</description>
</item>
<item>
<title>cferron on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-3003</link>
<pubDate>Tue, 16 Sep 2008 21:13:29 +0000</pubDate>
<dc:creator>cferron</dc:creator>
<guid isPermaLink="false">3003@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That did the trick! Thanks a lot for the help.&#60;/p&#62;
&#60;p&#62;Great software by the way!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-3001</link>
<pubDate>Tue, 16 Sep 2008 13:02:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3001@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. actually those columns doesn't have specific width. They are all adjusted equally.&#60;br /&#62;
However, you can adjust the main container.&#60;/p&#62;
&#60;p&#62;Edit your index.css file, search for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#container, #top, #bottom, #footer {
	margin: 0pt auto;
	width: 900px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#container, #top, #bottom, #footer {
	margin: 0pt auto;
	width: 95%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would set your main container to be significantly wider on 22 inch monitor
&#60;/p&#62;</description>
</item>
<item>
<title>cferron on "Entries view - Columns width"</title>
<link>https://www.machform.com/forums/topic/entries-view-columns-width#post-2999</link>
<pubDate>Tue, 16 Sep 2008 10:39:29 +0000</pubDate>
<dc:creator>cferron</dc:creator>
<guid isPermaLink="false">2999@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Claude
&#60;/p&#62;</description>
</item>

</channel>
</rss>
