<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: CSS Assistance Please</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please</link>
		<description>Gravity Support Forums Topic: CSS Assistance Please</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:31:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/css-assistance-please" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202836</link>
			<pubDate>Tue, 09 Apr 2013 15:51:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kstew on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202835</link>
			<pubDate>Tue, 09 Apr 2013 15:49:52 +0000</pubDate>
			<dc:creator>kstew</dc:creator>
			<guid isPermaLink="false">202835@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect, thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202815</link>
			<pubDate>Tue, 09 Apr 2013 15:28:01 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry about that, missed one, try adding .gform_wrapper textarea, to the start of that CSS like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper textarea, .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
    font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kstew on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202808</link>
			<pubDate>Tue, 09 Apr 2013 15:18:01 +0000</pubDate>
			<dc:creator>kstew</dc:creator>
			<guid isPermaLink="false">202808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you sir. All was fixed except the paragraph text field which still has very small input text.&#60;br /&#62;
I tried using .textarea / .textarea input but it didn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202115</link>
			<pubDate>Tue, 09 Apr 2013 04:09:00 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To increase the size of the sub labels you would use something like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-202114</link>
			<pubDate>Tue, 09 Apr 2013 04:06:17 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So to increase the size of the text in the inputs you would add something like this to the bottom of your themes stylesheet, setting the pixel size to whatever to want, increasing the font size will also increase the height of the inputs as well.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
    font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kstew on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-201477</link>
			<pubDate>Mon, 08 Apr 2013 17:00:25 +0000</pubDate>
			<dc:creator>kstew</dc:creator>
			<guid isPermaLink="false">201477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you please look now, I removed the maintenance mode. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-198995</link>
			<pubDate>Sat, 06 Apr 2013 15:34:04 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">198995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately we can't see your form as your link is displaying a maintenance mode page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kstew on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-197922</link>
			<pubDate>Fri, 05 Apr 2013 16:52:25 +0000</pubDate>
			<dc:creator>kstew</dc:creator>
			<guid isPermaLink="false">197922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, sorry about that.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://medtransportcenter.com/newsite/contact&#34; rel=&#34;nofollow&#34;&#62;http://medtransportcenter.com/newsite/contact&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CSS Assistance Please"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-assistance-please#post-197915</link>
			<pubDate>Fri, 05 Apr 2013 16:32:13 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">197915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you link to your form please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
