<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Contact form phone field not going full width</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 16:27:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26050</guid>
					<title><![CDATA[Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26050</link>
					<pubDate>Tue, 05 Jan 2016 11:21:25 +0000</pubDate>
					<dc:creator>arke1</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I have slight problem with the contact form.</p>
<p>The issue is the phone number field is not going full width to the column?</p>
<p><a href="http://prntscr.com/9mbn9p" rel="nofollow">http://prntscr.com/9mbn9p</a></p>
<p><a href="https://metamode.com.au/contact-us/" rel="nofollow">https://metamode.com.au/contact-us/</a></p>
<p>Any ideas?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26068</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26068</link>
					<pubDate>Tue, 05 Jan 2016 17:21:48 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Find this in your style.css:</p>
<pre><code>.wpcf7-form-control-wrap input[type=&quot;text&quot;],
.wpcf7-form-control-wrap input[type=&quot;password&quot;],
.wpcf7-form-control-wrap input[type=&quot;email&quot;],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
	width: 100%;	
}</code></pre>
<p>add the phone field like so:</p>
<pre><code>.wpcf7-form-control-wrap input[type=&quot;text&quot;],
.wpcf7-form-control-wrap input[type=&quot;password&quot;],
.wpcf7-form-control-wrap input[type=&quot;email&quot;],
.wpcf7-form-control-wrap input[type=&quot;tel&quot;],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
	width: 100%;	
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26090</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26090</link>
					<pubDate>Wed, 06 Jan 2016 02:01:33 +0000</pubDate>
					<dc:creator>arke1</dc:creator>

					<description>
						<![CDATA[
						<p>Can this be added to custom css or does it have to be hardcoded into the theme stylesheet?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26109</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26109</link>
					<pubDate>Thu, 07 Jan 2016 11:07:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Add it into the theme stylesheet, it will go into the next update too. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26143</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26143</link>
					<pubDate>Fri, 08 Jan 2016 03:18:25 +0000</pubDate>
					<dc:creator>arke1</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve added in but it did not change.</p>
<p><a href="http://prntscr.com/9nepks" rel="nofollow">http://prntscr.com/9nepks</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26173</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26173</link>
					<pubDate>Mon, 11 Jan 2016 12:23:33 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I can surely see the update, maybe clear your Cache?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26175</guid>
					<title><![CDATA[Reply To: Contact form phone field not going full width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-phone-field-not-going-full-width/#post-26175</link>
					<pubDate>Mon, 11 Jan 2016 12:30:39 +0000</pubDate>
					<dc:creator>arke1</dc:creator>

					<description>
						<![CDATA[
						<p>Yep, was caching issue.</p>
<p>Cheers! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

