<?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 to change field box and font size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size</link>
		<description>Gravity Support Forums Topic: CSS to change field box and font size</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:16:52 +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-to-change-field-box-and-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14368</link>
			<pubDate>Tue, 14 Dec 2010 09:25:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that helped out. Yell if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattf on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14367</link>
			<pubDate>Tue, 14 Dec 2010 09:03:09 +0000</pubDate>
			<dc:creator>mattf</dc:creator>
			<guid isPermaLink="false">14367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin your a CSS genius!...no wonder I couldn't do it. Many thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14366</link>
			<pubDate>Tue, 14 Dec 2010 08:40:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, try adding this to your theme's stylesheet. This is specifically for that form ID #1 - targeting the input by it's unique ID as well.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* resize the input */
body #gform_wrapper_1 input#input_1_2 { background:#ffffff none repeat scroll 0 0; border:2px solid #bebebe; color:#202020; font-size:19px; margin-bottom:6px; padding:9px 10px 9px; width:240px; }

/* remove the inherited left padding */
body .gform_wrapper ul li {padding-left:0!important}

/* add a margin to the top of the containing list item */
body #gform_wrapper_1 li#field_1_2 {margin-top:20px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/7TiL&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7TiL&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattf on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14364</link>
			<pubDate>Tue, 14 Dec 2010 08:27:45 +0000</pubDate>
			<dc:creator>mattf</dc:creator>
			<guid isPermaLink="false">14364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;link to site I'm building is &#60;a href=&#34;http://www.dotcomboost.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dotcomboost.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll see the existing form from the theme in the top right, I've added my gravity form for reference below.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14363</link>
			<pubDate>Tue, 14 Dec 2010 08:20:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;can you post a URL to your form? It will make it easier to help/test.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattf on "CSS to change field box and font size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-change-field-box-and-font-size#post-14359</link>
			<pubDate>Tue, 14 Dec 2010 05:51:41 +0000</pubDate>
			<dc:creator>mattf</dc:creator>
			<guid isPermaLink="false">14359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;Have spent quite sometime looking through the forum and even longer trying to make the necessary changes to my css for what I believe is a pretty simple change...but hey I think I've just realised this isn't going to work for me :(&#60;/p&#62;
&#60;p&#62;So I would appreciate some help please...&#60;/p&#62;
&#60;p&#62;I would like to increase the style of my email field box to match the style of my website, which is essentially to increase the height of the box using padding and then increase the font size within it.&#60;/p&#62;
&#60;p&#62;This is the css code from my themes stylesheet that I'd like to match...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form .text {
background:#ffffff none repeat scroll 0 0;
border:2px solid #bebebe;
color:#202020;
font-size:19px;
margin-bottom:6px;
padding:9px 10px 9px;
width:240px;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Would really appreciate some help here.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Matt
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
