<?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: Stylelize input form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form</link>
		<description>Gravity Support Forums Topic: Stylelize input form</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:55:48 +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/stylelize-input-form" rel="self" type="application/rss+xml" />

		<item>
			<title>viennalimos on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-103157</link>
			<pubDate>Sun, 16 Dec 2012 09:56:17 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You mentioned firebug which no one can live without it , it will give you everything you need with a very little knowledge of CSS .&#60;br /&#62;
use the following code and your field will look exactly as your search field .&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    border: 1px solid #DDDDDD;
    color: #818181;
    font-size: 13px;
    padding: 10px 10px 10px 18px;
    width: 168px;
}

.gform_wrapper .gform_footer {
    clear: both;
    margin: 0;
    padding: 10px 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>slui on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-103069</link>
			<pubDate>Sun, 16 Dec 2012 01:26:50 +0000</pubDate>
			<dc:creator>slui</dc:creator>
			<guid isPermaLink="false">103069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Now that the height is correct, how do I go about doing the following:&#60;/p&#62;
&#60;p&#62;1. Shifting the textarea up -15px so that I minimize the space above and it is consistent with all the other titles in the footer with space below it.&#60;/p&#62;
&#60;p&#62;2. Adjusting the left side and right side padding so that the text is similar to the text inside the search form (higher up on the page).&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slui on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-103067</link>
			<pubDate>Sun, 16 Dec 2012 01:11:26 +0000</pubDate>
			<dc:creator>slui</dc:creator>
			<guid isPermaLink="false">103067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much viennalimos.  It worked nicely.  Where did you find this in the documentation?  I didn't see the use of .top_label input.large, etc..  &#60;/p&#62;
&#60;p&#62;Can you also explain to me why I have to do this?  Why the input, select and textarea?  I want to learn so that I can do this next time.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viennalimos on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-103058</link>
			<pubDate>Sun, 16 Dec 2012 00:03:34 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103058@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;slui&#60;/p&#62;
&#60;p&#62;if you want to increase the size of that input field and change the border just use the following and not no. 2&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    border: 1px solid yellow;
    padding: 11px 0;
    width: 99.2%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>slui on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-103015</link>
			<pubDate>Sat, 15 Dec 2012 14:40:01 +0000</pubDate>
			<dc:creator>slui</dc:creator>
			<guid isPermaLink="false">103015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've made an attempt to isolate the issue and I've tried my best to use the documentation to stylize the white field box.  For whatever reason, I'm only able to stylize the container itself but the container description&#60;/p&#62;
&#60;p&#62;1.&#60;br /&#62;
body #gform_wrapper_6 .gform_body .gform_fields .gfield .gfield_description {border: 1px solid red}&#60;/p&#62;
&#60;p&#62;2.&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields  #field_6_1.gfield .ginput_container {border: 1px solid yellow; height: 38px;}&#60;/p&#62;
&#60;p&#62;I can get number 2 to work but not number one.  Does anyone know why?  Is this a bug?&#60;/p&#62;
&#60;p&#62;sl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slui on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-102999</link>
			<pubDate>Sat, 15 Dec 2012 12:08:48 +0000</pubDate>
			<dc:creator>slui</dc:creator>
			<guid isPermaLink="false">102999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay..I've managed to use Firebug to help me pinpoint the input container and I also manage to style it the way I want within Firebug.&#60;/p&#62;
&#60;p&#62;&#38;lt;input id=&#34;input_3_1&#34; class=&#34;medium &#34; type=&#34;text&#34; tabindex=&#34;1&#34; value=&#34;&#34; name=&#34;input_1&#34; style=&#34;height: 16px; padding-top: 10px; padding-bottom: 10px; margin-top: -12px; width: 185px; padding-left: 2px;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;How do I go about creating the appropriate CSS to execute this?&#60;/p&#62;
&#60;p&#62;I know that I need to target input_3_1 but I'm not sure how.  I've looked in the documentation and have tried variations of what was there and I can't get the &#34;style&#34; to reflect in that one single box.  Any help is greatly appreciated!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slui on "Stylelize input form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/stylelize-input-form#post-102823</link>
			<pubDate>Fri, 14 Dec 2012 22:30:29 +0000</pubDate>
			<dc:creator>slui</dc:creator>
			<guid isPermaLink="false">102823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm really struggling to get a single input form stylized to match up with the other form input in the template such as search.  I've read the documentation and I'm not getting it.  I would really appreciate someone who could help out by telling me how to stylize this one input field.  &#60;/p&#62;
&#60;p&#62;I can then take this and stylize the rest.  I've been working on this for 4 days and I'm at my wits end.&#60;/p&#62;
&#60;p&#62;Sorry, I'm just not that bright at this. I've also used firebug to help me try to pinpoint the exact css to use and it hasn't helped.&#60;/p&#62;
&#60;p&#62;You can scroll to the bottom of the page and see the subscriber form here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/UYESZ6&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/UYESZ6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
