<?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: Time field not displaying in firefox correctly</title>
		<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly</link>
		<description>Gravity Support Forums Topic: Time field not displaying in firefox correctly</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:47:22 +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/time-field-not-displaying-in-firefox-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-228042</link>
			<pubDate>Sun, 28 Apr 2013 02:59:02 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">228042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magoo on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-227476</link>
			<pubDate>Sat, 27 Apr 2013 18:12:13 +0000</pubDate>
			<dc:creator>magoo</dc:creator>
			<guid isPermaLink="false">227476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;The second one was the charm. Thank you for all your help. Even on a Saturday!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-227153</link>
			<pubDate>Sat, 27 Apr 2013 11:11:41 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">227153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;It depends on the theme, generally it goes in the style.css file but some themes also have a custom.css which doesn't get replaced during updates, either way it wants placing towards the bottom of the file.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magoo on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-227131</link>
			<pubDate>Sat, 27 Apr 2013 10:51:36 +0000</pubDate>
			<dc:creator>magoo</dc:creator>
			<guid isPermaLink="false">227131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Thank you for your help. Where do I place that? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-226529</link>
			<pubDate>Sat, 27 Apr 2013 02:07:22 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">226529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Without seeing the form and examining how the CSS rules from your theme, gravity forms, and the browser are interacting and being applied to the elements that form the time field it is difficult to suggest a solution.&#60;/p&#62;
&#60;p&#62;Usually when the colon drops down below the time field it is because a rule in the theme is setting the inputs to display:block which can be counteracted by adding this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
    display: inline !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that's not the only cause, some themes add a large amount of padding to inputs which make the inputs larger and since the container has a width set then at some point you are going to run out of room and so the colon will drop out of the way.  One way of getting round this is to reduce the padding or you can increase the width so here's how to target the hour and minute inputs and containers.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
      width: 50px !important;
}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
     width: 100px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately you are just going to have to experiment a little &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magoo on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-225894</link>
			<pubDate>Fri, 26 Apr 2013 17:46:34 +0000</pubDate>
			<dc:creator>magoo</dc:creator>
			<guid isPermaLink="false">225894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;It's a clients site, so I can't post a link. But it works fine in chrome and explorer.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-225888</link>
			<pubDate>Fri, 26 Apr 2013 17:40:53 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">225888@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to a page containing the form in question&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magoo on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-225872</link>
			<pubDate>Fri, 26 Apr 2013 17:15:48 +0000</pubDate>
			<dc:creator>magoo</dc:creator>
			<guid isPermaLink="false">225872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just bought Gravity Forms and the time field is not displaying correctly in firefox. It works in explorer and chrome. Will you please help me?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img825.imageshack.us/img825/8133/formm.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img825.imageshack.us/img825/8133/formm.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Magoo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
