<?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: Problem with field alignment - successive "same number" columns don't line up</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Problem with field alignment - successive "same number" columns don't line up</description>
<language>en</language>
<pubDate>Thu, 18 Jun 2026 11:49:50 +0000</pubDate>

<item>
<title>mercedeslorusso on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-22823</link>
<pubDate>Thu, 26 Feb 2015 00:48:07 +0000</pubDate>
<dc:creator>mercedeslorusso</dc:creator>
<guid isPermaLink="false">22823@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I know this is digging up an old thread but thank you for this...you just saved me saved HOURS of work!
&#60;/p&#62;</description>
</item>
<item>
<title>TimHines on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-18417</link>
<pubDate>Thu, 30 May 2013 21:14:30 +0000</pubDate>
<dc:creator>TimHines</dc:creator>
<guid isPermaLink="false">18417@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Just a thought to add to this.   &#60;/p&#62;
&#60;p&#62;If you are making 5 rows with 5 columns in each row, you only have to use the column_5 new_row command on the FIRST column of each row.&#60;/p&#62;
&#60;p&#62;That might have been clear to most people, but wasn't clear to me until I started playing with it.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-15455</link>
<pubDate>Thu, 26 Jul 2012 18:50:42 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15455@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can check them directly into the view.css file, around line 1165
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-15447</link>
<pubDate>Wed, 25 Jul 2012 22:22:21 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">15447@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This works just fine. Thanks! Is there a list of all the built-in classes somewhere that we can take a look at?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-15444</link>
<pubDate>Wed, 25 Jul 2012 17:09:31 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15444@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That field (Name 2) seems need to be cleared indeed. To clear the field, you can add &#34;new_row&#34; class name into the field.&#60;br /&#62;
So, the class names being applied to Name 2 would be &#34;&#60;strong&#62;column_2 new_row&#60;/strong&#62;&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Problem with field alignment - successive "same number" columns don't line up"</title>
<link>https://www.machform.com/forums/topic/problem-with-field-alignment-successive-same-number-columns-dont-line-up#post-15437</link>
<pubDate>Wed, 25 Jul 2012 04:00:33 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">15437@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have noticed a problem when using the built-in field alignment classes described here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/doc-field-alignment&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-field-alignment&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I try to have more than two sets of two column or three column items (I haven't tested it with larger numbers of columns, but I assume the same problem applies to them as well), some of the subsequent lines don't align properly. For example, if I wanted to get a layout like this:&#60;/p&#62;
&#60;p&#62;[Name 1]          [Email 1]&#60;br /&#62;
[Name 2]          [Email 2]&#60;/p&#62;
&#60;p&#62;And I do so by adding the built-in class &#34;column_2&#34; to the Custom CSS Class field for all of the above fields, it turns out like this:&#60;/p&#62;
&#60;p&#62;[Name 1]          [Email 1]&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;[Name 2]          [Email 2]&#60;/p&#62;
&#60;p&#62;If I have any field, such as a section break. without a custom CSS class assigned to it between the first two and second two matching fields, it &#34;fixes&#34; the problem.&#60;/p&#62;
&#60;p&#62;[Name 1]          [Email 1]&#60;br /&#62;
[section break]&#60;br /&#62;
[Name 2]          [Email 2]&#60;/p&#62;
&#60;p&#62;I assume that this is happening because the float imposed by the column_n built in classes is not cleared. Is there a way to deal with this without adding extra &#34;spacer&#34; fields?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
