<?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: How do I change the size of the form fields?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-size-of-the-form-fields</link>
		<description>Gravity Support Forums Topic: How do I change the size of the form fields?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:14:33 +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/how-do-i-change-the-size-of-the-form-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How do I change the size of the form fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-size-of-the-form-fields#post-17985</link>
			<pubDate>Tue, 08 Feb 2011 17:45:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Check the FAQ page for a CSS snippet to remove the list bullets. After that, you can refer to this guide for examples of how to properly target and manipulate the form elements.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;EDIT:&#60;/p&#62;
&#60;p&#62;Actually, I just realized that your default form CSS isn't being loaded. If you get that enqueued properly, it should fix the issues for you without having to do anything else.&#60;/p&#62;
&#60;p&#62;When using a Gravity Form in a sidebar widget or embedding it anywhere using the function call, you need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamchrisgreen1 on "How do I change the size of the form fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-size-of-the-form-fields#post-17980</link>
			<pubDate>Tue, 08 Feb 2011 17:37:56 +0000</pubDate>
			<dc:creator>iamchrisgreen1</dc:creator>
			<guid isPermaLink="false">17980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;I have placed a form on each page of this site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.getyougorgeous.com&#34; rel=&#34;nofollow&#34;&#62;http://www.getyougorgeous.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The message box is way too big for the space but I can't see any way of changing the size of it.&#60;/p&#62;
&#60;p&#62;Also, there are bullet points before each field. Any ideas why?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
