<?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: Center title</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Center title</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 07:32:05 +0000</pubDate>

<item>
<title>williamansley on "Center title"</title>
<link>https://www.machform.com/forums/topic/center-title#post-23413</link>
<pubDate>Sat, 06 Jun 2015 10:58:58 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">23413@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@jeffreyturner: You are looking at a very old post and the method described is not the recommended way to accomplish this any more. Instead make a custom theme for your form and add this to the advanced CSS box:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.form_description
{
text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or, if you form already has a theme, then edit it to include these lines in the advanced CSS. See the link below for more information:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/doc-theme-editor#add-css&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-theme-editor#add-css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you still have questions, feel free to post them here and I will do my best to answer them.
&#60;/p&#62;</description>
</item>
<item>
<title>jeffreyturner on "Center title"</title>
<link>https://www.machform.com/forums/topic/center-title#post-23411</link>
<pubDate>Sat, 06 Jun 2015 01:26:58 +0000</pubDate>
<dc:creator>jeffreyturner</dc:creator>
<guid isPermaLink="false">23411@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;--Instead of using &#34;center&#34; tag, I suggest to use CSS instead. You can edit the CSS of your form, search for this code:--&#60;/p&#62;
&#60;p&#62;.form_description { border-bottom:1px dotted #ccc; clear:both; display:inline-block; margin:0 0 1em; }&#60;/p&#62;
&#60;p&#62;Where do I search for the code you have referenced? Where is it located?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Center title"</title>
<link>https://www.machform.com/forums/topic/center-title#post-13095</link>
<pubDate>Fri, 30 Dec 2011 16:14:04 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">13095@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Instead of using &#34;center&#34; tag, I suggest to use CSS instead.  You can edit the CSS of your form, search for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
        text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should align the title and description of your form, without affecting the email content.
&#60;/p&#62;</description>
</item>
<item>
<title>leon on "Center title"</title>
<link>https://www.machform.com/forums/topic/center-title#post-13087</link>
<pubDate>Fri, 30 Dec 2011 06:06:53 +0000</pubDate>
<dc:creator>leon</dc:creator>
<guid isPermaLink="false">13087@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I want to put the title of the form in the center of it. I've added the &#38;lt;center&#38;gt;&#38;lt;/center&#38;gt; code and on the page it works fine. However, when I test it, the subject of the email message begins with &#38;lt;center&#38;gt;.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Leon
&#60;/p&#62;</description>
</item>

</channel>
</rss>
