<?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: wp touch pro</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro</link>
		<description>Gravity Support Forums Topic: wp touch pro</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:31:31 +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/wp-touch-pro" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "wp touch pro"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro#post-23511</link>
			<pubDate>Sun, 17 Apr 2011 16:42:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23511@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The input widths are set as percentages of the available horizontal space. Adding padding to the right or left effectively increases the size of the inputs and the horizontal real estate they use. That's why you're seeing issues. (too much padding causes the input to wrap to a new line) If you want to add left or right padding, you may need to reset the width percentages on the inputs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattar12 on "wp touch pro"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro#post-23500</link>
			<pubDate>Sun, 17 Apr 2011 14:19:21 +0000</pubDate>
			<dc:creator>mattar12</dc:creator>
			<guid isPermaLink="false">23500@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sounds like it maybe a question for the wp touch forum. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattar12 on "wp touch pro"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro#post-23499</link>
			<pubDate>Sun, 17 Apr 2011 14:17:54 +0000</pubDate>
			<dc:creator>mattar12</dc:creator>
			<guid isPermaLink="false">23499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been toying with the right padding...I added &#34;padding-right: 3px;&#34; so the gravity forms section of compact.css now looks like this:&#60;/p&#62;
&#60;p&#62;.gform_wrapper li, .gform_wrapper form li{ list-style-type:none!important;&#60;br /&#62;
	padding-left: 30px;&#60;br /&#62;
	padding-right: 3px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_wrapper .gform_footer {&#60;br /&#62;
	margin-top: 0;&#60;br /&#62;
	margin-left: 15px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;With the padding at 3, the right edge of a field with an alignment of gf_right_half is just barely cut off...with a padding of 4 the field looks right, but moves the field down a line, making the form staggered...thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "wp touch pro"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro#post-23497</link>
			<pubDate>Sun, 17 Apr 2011 13:58:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not really sure. Best I can tell so far is that it's related to the input type. The text field above doesn't get cut off, but the field that's being truncated is using the HTML5 &#34;tel&#34; input type. If you notice, the sizing on that (height as well) is different from the other fields so it must be inheriting different CSS properties from somewhere.&#60;/p&#62;
&#60;p&#62;You can try turning the HTML5 output off, or changing that field to a standard text field and see if that remedies the issue. If not, I would look for styling rules that specify input[type=text] in your theme CSS and then you might want to include input[type=tel] along with them so the phone field inherits the same rules.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattar12 on "wp touch pro"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wp-touch-pro#post-23493</link>
			<pubDate>Sun, 17 Apr 2011 13:34:56 +0000</pubDate>
			<dc:creator>mattar12</dc:creator>
			<guid isPermaLink="false">23493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a small formatting issue while using wp touch pro with gravity forms. One of my fields is cut off at the right side of the page....the site is &#60;a href=&#34;http://paulson-insurance.info/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://paulson-insurance.info/contact-us/&#60;/a&#62; ...but that wont show you the mobile version, so here is a screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://paulson-insurance.info/screenshot_iphone.PNG&#34; rel=&#34;nofollow&#34;&#62;http://paulson-insurance.info/screenshot_iphone.PNG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WP Touch comes with CSS styling built in for gravity forms, but they don't include anything for the right margin. This is what WP Touch has built into their compact.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* @group Gravity Forms */

.gform_wrapper li, .gform_wrapper form li{ list-style-type:none!important;
	padding-left: 30px;
}

.gform_wrapper .gform_footer {
	margin-top: 0;
	margin-left: 20px;
}

/* @end */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added code that I found in the forum to fix the left side of the fields being cutoff...add this to wptouchpro/style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields {text-indent:0!important; margin:0; padding:0}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li {padding-left:0!important}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;what do I have to add to fix the right side?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
