<?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 Colon placement CSS required</title>
		<link>https://legacy.forums.gravityhelp.com/topic/time-colon-placement-css-required</link>
		<description>Gravity Support Forums Topic: Time Colon placement CSS required</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:31:01 +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-colon-placement-css-required" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Time Colon placement CSS required"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-colon-placement-css-required#post-49227</link>
			<pubDate>Mon, 13 Feb 2012 08:26:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spunkkii on "Time Colon placement CSS required"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-colon-placement-css-required#post-49226</link>
			<pubDate>Mon, 13 Feb 2012 08:23:37 +0000</pubDate>
			<dc:creator>spunkkii</dc:creator>
			<guid isPermaLink="false">49226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Worked like a charm! Such a quick fix! Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Time Colon placement CSS required"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-colon-placement-css-required#post-49224</link>
			<pubDate>Mon, 13 Feb 2012 08:05:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's stylesheet you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
border: 1px solid #CCC;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #777;
display: block;
background: white;
box-sizing: border-box;
-moz-box-sizing: border-box;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That display: block is what is causing the colons to not align correctly.&#60;/p&#62;
&#60;p&#62;You can just add display: inline-block; to this style that you have below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour input {
font-family: &#38;quot;gill sans&#38;quot;,verdana,tahoma;
font-size: 14px;
color: #444;
display: inline-block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for the loading issue, it could be a PHP memory issue, you could try to increase the memory limit:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/&#34; rel=&#34;nofollow&#34;&#62;http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spunkkii on "Time Colon placement CSS required"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-colon-placement-css-required#post-49217</link>
			<pubDate>Mon, 13 Feb 2012 02:43:12 +0000</pubDate>
			<dc:creator>spunkkii</dc:creator>
			<guid isPermaLink="false">49217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I have a form posted here&#60;br /&#62;
&#60;a href=&#34;http://aussiehealthcoach.com/coaching-programs/strategy-session/&#34; rel=&#34;nofollow&#34;&#62;http://aussiehealthcoach.com/coaching-programs/strategy-session/&#60;/a&#62;&#60;br /&#62;
I cannot seem to get the colon for the time to be placed between the hour and minute boxes where it is meant to be. I tried code I found in another thread but it did not work. Could you please help?&#60;/p&#62;
&#60;p&#62;The code I am using is as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour input {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#444444}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_hour label  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute input  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#444444}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_minute label  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#ffffff}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_time_ampm  {font-family: &#38;quot;gill sans&#38;quot;, verdana, tahoma; font-size: 14px; color:#444444}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, I am using headway and since installing the forms the visual editor has slowed down a lot and the pages load but the cogs keep turning (as though there is still more to load despite all the content already being loaded). Do you know if this is normal?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
