<?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: Custom CSS not showing up in the correct place</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place</link>
		<description>Gravity Support Forums Topic: Custom CSS not showing up in the correct place</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:26:18 +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/custom-css-now-showing-up-in-the-correct-place" rel="self" type="application/rss+xml" />

		<item>
			<title>bigmaxsstudio on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40752</link>
			<pubDate>Thu, 10 Nov 2011 13:46:37 +0000</pubDate>
			<dc:creator>bigmaxsstudio</dc:creator>
			<guid isPermaLink="false">40752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Because originally I was told gf_inline. Thanks will change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40750</link>
			<pubDate>Thu, 10 Nov 2011 13:31:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">40750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any reason you aren't using the gf_left_half and gf_right_half ready classes to display your fields side by side? &#60;/p&#62;
&#60;p&#62;The inline class is primarily for displaying lots of fields inline.  The gf_left_half and gf_right_half classes are for displaying two fields side by side.&#60;/p&#62;
&#60;p&#62;The Ready Classes are documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If your custom CSS isn't being applied to all the fields you want it to apply to then it's because you haven't defined the selector properly.  You need to define every input id in the CSS selector when applying the CSS.  If some aren't being applied then it's likely because you aren't applying styles to them so you need to make sure your custom styles are targeting and styling every element you want to style.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40739</link>
			<pubDate>Thu, 10 Nov 2011 13:00:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you will need to identify all of your input IDs related to the name fields and all of your input IDs related to the Quantity fields and add them to the appropriate block which goes into your style.css. If you are adding that info to your css file and it's not reflecting, then your server is caching somehow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigmaxsstudio on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40734</link>
			<pubDate>Thu, 10 Nov 2011 12:45:26 +0000</pubDate>
			<dc:creator>bigmaxsstudio</dc:creator>
			<guid isPermaLink="false">40734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually there are going to be 2 sets of #input info one for the Product and one for the Quantity
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40726</link>
			<pubDate>Thu, 10 Nov 2011 10:13:00 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your style.css is showing:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_10_14, #input_10_16, #input_10_18 {
    width: 35px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sounds like you are having a caching issue on your server. Did you update/upload that css file change to the server? Are you running any sort of caching plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigmaxsstudio on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40721</link>
			<pubDate>Thu, 10 Nov 2011 10:05:07 +0000</pubDate>
			<dc:creator>bigmaxsstudio</dc:creator>
			<guid isPermaLink="false">40721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, B1.0 is Field ID13 which is where I have the CSS starting:&#60;/p&#62;
&#60;p&#62;#input_10_13, #input_10_15, #input_10_17,{&#60;br /&#62;
width: 35px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Put the smaller field doesn't show up until B3.0 with is Field ID 17&#60;/p&#62;
&#60;p&#62;Hope this clears things up.&#60;/p&#62;
&#60;p&#62;Patti
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40720</link>
			<pubDate>Thu, 10 Nov 2011 10:00:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Patti, not following your question for #1. For #2 it looks like some of your fields are missing the gf_inline statement and a few of your input fields are smaller widths than the others, such as B3.0 for example.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigmaxsstudio on "Custom CSS not showing up in the correct place"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-now-showing-up-in-the-correct-place#post-40717</link>
			<pubDate>Thu, 10 Nov 2011 09:49:28 +0000</pubDate>
			<dc:creator>bigmaxsstudio</dc:creator>
			<guid isPermaLink="false">40717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Two questions:&#60;/p&#62;
&#60;p&#62;1. The First ID I want to start the custom CSS is 13. But it's not starting until #17.&#60;/p&#62;
&#60;p&#62;2. I need only 1 Product Name and Quantity on a line. Using gf_inline with the shorten lines is putting as much on 1 line as possible. Is there a work around for this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://regalhaircolor.com/orderforms/?page_id=54&#34; rel=&#34;nofollow&#34;&#62;http://regalhaircolor.com/orderforms/?page_id=54&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Patti
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
