<?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: Text Flowing outside of Button in Tablet and Mobile View</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 10:06:56 +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/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25540</guid>
					<title><![CDATA[Text Flowing outside of Button in Tablet and Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25540</link>
					<pubDate>Wed, 09 Dec 2015 23:37:44 +0000</pubDate>
					<dc:creator>kpastoors</dc:creator>

					<description>
						<![CDATA[
						<p>I have a full width button that when it is viewed in Mobile and Tabet view the text goes outside of the box.. </p>
<p>I tried to fix it with &#8220;white-space: normal;&#8221; but it is not working well, the text is not centred nicely and some still goes outside the box. Any advice is appreciated!</p>
<p>.button.btn_full_width,<br />
	button.btn_full_width,<br />
	input[type="submit"].btn_full_width,<br />
	input[type="reset"].btn_full_width,<br />
	input[type="button"].btn_full_width {<br />
		width: 100%;<br />
		padding-left: 0 !important;<br />
		padding-right: 0 !important;<br />
		text-align: center;<br />
                white-space: normal;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25548</guid>
					<title><![CDATA[Reply To: Text Flowing outside of Button in Tablet and Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25548</link>
					<pubDate>Thu, 10 Dec 2015 10:18:06 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Let me see your URL please? <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/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25592</guid>
					<title><![CDATA[Reply To: Text Flowing outside of Button in Tablet and Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25592</link>
					<pubDate>Thu, 10 Dec 2015 20:41:48 +0000</pubDate>
					<dc:creator>kpastoors</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://www.cafferepublic.com/" rel="nofollow">http://www.cafferepublic.com/</a></p>
<p>thankyou!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25602</guid>
					<title><![CDATA[Reply To: Text Flowing outside of Button in Tablet and Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/text-flowing-outside-of-button-in-tablet-and-mobile-view/#post-25602</link>
					<pubDate>Fri, 11 Dec 2015 10:13:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>First off congrats on the website, looking great! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>Yes, saw the problem, it&#8217;s due to the displacement of the text that is applied in order to animate the icon. Since we don&#8217;t need the icon animation in responsive we shall get rid of it only for responsive, try with this (add to your Custom CSS in Theme options or your Child theme&#8217;s css file):</p>
<pre><code>@media only screen and (max-width: 768px){
.button.icon_pos_before.btn_icon_anim_in span {
left: 0;
}
.button.icon_pos_before.btn_icon_anim_in i.icon {
   left: 0; 
   opacity: 1; 
}
.button.btn_full_width, button.btn_full_width, input[type=&quot;submit&quot;].btn_full_width, input[type=&quot;reset&quot;].btn_full_width, input[type=&quot;button&quot;].btn_full_width {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

