<?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: Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic</link>
		<description>Gravity Support Forums Topic: Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:12:20 +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/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55880</link>
			<pubDate>Thu, 19 Apr 2012 17:20:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55880@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hear ya - all the more reason to surround yourself with great people! Good luck and have fun.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EvelynB on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55877</link>
			<pubDate>Thu, 19 Apr 2012 17:07:12 +0000</pubDate>
			<dc:creator>EvelynB</dc:creator>
			<guid isPermaLink="false">55877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again, Rob.  I will see how naturally this comes to me.  I love to learn, it is more a matter of time management, as I operate my own small business and wear many hats, as I am sure you can imagine. Thanks, Evelyn.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55800</link>
			<pubDate>Thu, 19 Apr 2012 11:59:58 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would want to place those styles into custom.css - so right there.&#60;/p&#62;
&#60;p&#62;This selector is for your labels: .gform_widget .gform_wrapper .right_label .gfield_label&#60;/p&#62;
&#60;p&#62;Thess selectors are for your inputs and selects .gform_widget .gform_wrapper .right_label input.medium, .gform_widget .gform_wrapper .right_label select.medium&#60;/p&#62;
&#60;p&#62;This selector is for your description: .gform_widget .gform_wrapper .right_label .gfield_description&#60;/p&#62;
&#60;p&#62;Notice I started all the selectors with .gform_widget - That means they will only pertain to your widget form in the sidebar.&#60;/p&#62;
&#60;p&#62;The reason I stated the hiring piece was I wasn't sure of your interest in learning CSS. If you are you can see these resources here:&#60;/p&#62;
&#60;p&#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;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; (After the plugins section)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EvelynB on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55798</link>
			<pubDate>Thu, 19 Apr 2012 11:33:35 +0000</pubDate>
			<dc:creator>EvelynB</dc:creator>
			<guid isPermaLink="false">55798@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob&#60;/p&#62;
&#60;p&#62;Thanks for your timely reply.  As I am &#34;not supposed&#34; to touch my wordpress main theme style sheet, I understand that I can add code to a file called custom.css which should override related default coding in the main file.  Do you think that I can just copy your above coding suggestions and paste them to the wordpress custom.css file?  Could you also quickly clarify which coding snippets lines relate to my various questions?  Will the above wrapper code affect all my forms, or both &#34;uses&#34; of this particular form, or will it know to just apply it to the version of this particular form that is embedded in the sidebar (as previously mentioned the form also exists in a full page version-links were provided above)?  Also, is there a reason you are recommending that I consider a &#34;professional&#34; at this time, ie am I doing things wrong, or asking &#34;obvious&#34; questions?  ;-) Thanks in advance. Evelyn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55766</link>
			<pubDate>Thu, 19 Apr 2012 09:34:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_wrapper .right_label .gfield_label {
float: none;
width: auto;
display: block;
text-align: left;
}
.gform_widget .gform_wrapper .right_label input.medium, .gform_widget .gform_wrapper .right_label select.medium {
width: 98%;
}
.gform_widget .gform_wrapper .right_label .gfield_description {
margin-left: 0;
width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The blue background is on your sidebar div:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#sidebar {
border-left: none;
background: url(http://johannesen.ca/explanationsunlimited/wp-content/uploads/2011/09/sidebar-gradient.png) no-repeat;
color: black;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's the background image right there. You might want to consider hiring someone to further style your site as you need fit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EvelynB on "Widening Elements in a Sidebar Widget&#039;s Embedded Form with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/widening-elements-in-a-sidebar-widgets-embedded-form-with-conditional-logic#post-55722</link>
			<pubDate>Wed, 18 Apr 2012 16:52:58 +0000</pubDate>
			<dc:creator>EvelynB</dc:creator>
			<guid isPermaLink="false">55722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Gravity Forms,&#60;/p&#62;
&#60;p&#62;I am doing my best to develop a Wordpress website (Empire Theme by Woo Themes), and am continuing to work on my Gravity forms.  I have a few questions regarding how I might make better use of the full width of my sidebar for my embedded form that uses conditional logic.  Please note that I am actually using the same form in 2 places, embedded in the sidebar as well as on its own full page.  (If required, I assume that I can duplicate the form and name them 2 different titles if the following requests would require that.)  &#60;/p&#62;
&#60;p&#62;Here are the links to my form:&#60;br /&#62;
Embedded sample:  &#60;a href=&#34;http://explanationsunlimited.com/mathematics-tutoring-toronto/&#34; rel=&#34;nofollow&#34;&#62;http://explanationsunlimited.com/mathematics-tutoring-toronto/&#60;/a&#62;&#60;br /&#62;
Full Page:  &#60;a href=&#34;http://explanationsunlimited.com/how-can-we-help-you/&#34; rel=&#34;nofollow&#34;&#62;http://explanationsunlimited.com/how-can-we-help-you/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To see the form expand, select the “Tutoring Enquiry” option in the first drop-down field.  &#60;/p&#62;
&#60;p&#62;Questions:&#60;br /&#62;
Q1.	For my drop-down fields, some of the choices are wider than the actual field width and are therefore hard to read in the embedded form.  There appears to be space to the right of the field, so can you instruct me on how to widen the field width so users can read more of the drop-down choices while filling out the embedded form?  As you may recall, I am a non-coder/non-developer, and have yet to change things in my custom.css or elsewhere, so your guidance is appreciated, such as what to change &#38;amp; where to find the file.&#60;/p&#62;
&#60;p&#62;Q2.	Can I also increase the width of the field LABEL to reduce the number of rows the label takes up in the embedded form?  If so, how?&#60;/p&#62;
&#60;p&#62;Q3.	Similarly, for the field descriptions, can I “fully justify/align” them so that they can spread out the full width of the sidebar starting from the left side underneath the field label, and continuing to the far right.  I am unsure how to use padding, margins, borders, etc&#60;/p&#62;
&#60;p&#62;Q4.  	I am also wondering how to put a border around the embedded form &#38;amp; how to adjust the sidebar’s blue background fade, as some of the lower fields seem to be floating on white.&#60;/p&#62;
&#60;p&#62;Your timely assistance with these specific items is greatly appreciated.  Cheers, Evelyn
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
