<?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: form not fitting into side bar using lifestyle theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme</link>
		<description>Gravity Support Forums Topic: form not fitting into side bar using lifestyle theme</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:39:25 +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/form-not-fitting-into-side-bar-using-lifestyle-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60936</link>
			<pubDate>Thu, 31 May 2012 07:50:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindmap on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60934</link>
			<pubDate>Thu, 31 May 2012 07:48:16 +0000</pubDate>
			<dc:creator>mindmap</dc:creator>
			<guid isPermaLink="false">60934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hey Rob, Thanks a lot for the help, greatly appreciated.&#60;/p&#62;
&#60;p&#62;Greg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60733</link>
			<pubDate>Wed, 30 May 2012 08:23:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60733@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try placing these into your theme's stylesheet:&#60;/p&#62;
&#60;p&#62;1 - This will target the left-side inputs:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_wrapper .field_name_first input, .gform_widget .gform_wrapper .ginput_complex .ginput_left input {
width: 90% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2 - This will target the right-side inputs:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_wrapper .ginput_complex .ginput_right input, .gform_widget .gform_wrapper .ginput_complex .ginput_right select {
width: 90% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3 - This will change the bg color (use this selector to add other attributes as well):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
background-color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4 - Look at this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/64bcb938-2316-4041-9eed-9b0495dd1177/12c68a499b080822f0a30185bf8acfac&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; to change the size of the select from &#34;small&#34; to &#34;medium&#34; (Do this from within the formbuilder).&#60;/p&#62;
&#60;p&#62;This is how the form will look after: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/02097310-a096-480c-86a5-9d0f473bee3f/14fc77eb7ac71958b1c00889508f1a15&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can find a multitude of CSS resources here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/other-resources/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/other-resources/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindmap on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60711</link>
			<pubDate>Wed, 30 May 2012 02:53:22 +0000</pubDate>
			<dc:creator>mindmap</dc:creator>
			<guid isPermaLink="false">60711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, I changed the email to come to me directly, was with someone who works with me that does not always forward emails. Can you resend? I will also send an email to you now. Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60663</link>
			<pubDate>Tue, 29 May 2012 16:08:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I emailed to the email you have associated with this username. Go ahead and send me an email to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; - apparently that was the wrong email to use or my message got spammed. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindmap on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60660</link>
			<pubDate>Tue, 29 May 2012 15:59:05 +0000</pubDate>
			<dc:creator>mindmap</dc:creator>
			<guid isPermaLink="false">60660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Rob, I appreciate your reply, have not received an email from you.&#60;/p&#62;
&#60;p&#62;Best Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60480</link>
			<pubDate>Sun, 27 May 2012 09:30:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will contact you via email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindmap on "form not fitting into side bar using lifestyle theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-fitting-into-side-bar-using-lifestyle-theme#post-60444</link>
			<pubDate>Sat, 26 May 2012 05:25:39 +0000</pubDate>
			<dc:creator>mindmap</dc:creator>
			<guid isPermaLink="false">60444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using lifestyle theme. When I put the form into the sidebar (using simple sidebars) the form fields are not fitting properly and there is also a background color. How do I change this to work properly. I am not so good to go in and add css myself, if this is needed.&#60;/p&#62;
&#60;p&#62;the actual page it is on is here - &#60;a href=&#34;http://discoverportugaltravel.com/visit-lisbon/&#34; rel=&#34;nofollow&#34;&#62;http://discoverportugaltravel.com/visit-lisbon/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
