<?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: Responsive problem</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 09:55:01 +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/responsive-problem/#post-25482</guid>
					<title><![CDATA[Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25482</link>
					<pubDate>Tue, 08 Dec 2015 17:54:15 +0000</pubDate>
					<dc:creator>Phil</dc:creator>

					<description>
						<![CDATA[
						<p>Hi we have some layout responsive problem on one thing, when we shrink the page some letter in the colon just disapear and not goes down can you help me with that</p>
<p>See the screenshot:</p>
<p>With the responsive layout problem<br />
<img src="https://www.dropbox.com/s/v78ob71m963t8um/Screenshot_6.png?dl=0" alt="Layout problem " /></p>
<p>And what is in full screen:<br />
<img src="https://www.dropbox.com/s/cte20vy0gwj63tt/Screenshot_7.png?dl=0" alt="No problem" /></p>
<p>And here is the link of this page:</p>
<p><a href="http://fel.demo.trifectamedias.com/en/about-us/" rel="nofollow">http://fel.demo.trifectamedias.com/en/about-us/</a></p>
<p>Can you help me with this situation?</p>
<p>Thanks </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25488</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25488</link>
					<pubDate>Tue, 08 Dec 2015 21:12:13 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Phil,</p>
<p>Sure I would love to help. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
May you please double check your attachments, I see dead links there&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25491</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25491</link>
					<pubDate>Tue, 08 Dec 2015 21:38:06 +0000</pubDate>
					<dc:creator>Phil</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25495</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25495</link>
					<pubDate>Tue, 08 Dec 2015 22:48:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I get it now.<br />
Did you try to play around with those 1/12 columns&#8217; Responsive behaviors (Responsive Options tab)?<br />
I would try forcing them to go full width for that specific problematic screen size, as your columns are too small. Play around with those tablet size options to make them 100% or 12 cols.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25498</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25498</link>
					<pubDate>Wed, 09 Dec 2015 01:12:31 +0000</pubDate>
					<dc:creator>Phil</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25502</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25502</link>
					<pubDate>Wed, 09 Dec 2015 12:16:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, let&#8217;s try fixing it with custom CSS, we can add a class to those 1/6 columns (in the example below &#8211; &#8220;custom_resize_column&#8221;) and then force that class to go 1/2 row width for example for the problematic resolution so that they can fit. We will also make sure they wrap correctly, after every 2 items.</p>
<pre><code>@media only screen and (min-width: 769px) and (max-width: 1280px) {
.custom_resize_column {
width: 48%!important;
}
.custom_resize_column:nth-child(2n+1) {
clear: left;
}
}</code></pre>
<p>Let me know if that does it for you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25517</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25517</link>
					<pubDate>Wed, 09 Dec 2015 16:42:15 +0000</pubDate>
					<dc:creator>Phil</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25522</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25522</link>
					<pubDate>Wed, 09 Dec 2015 17:14:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>HI again,</p>
<p>And have you added the actual classes to the columns? I don&#8217;t see them in the code? <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/responsive-problem/#post-25525</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25525</link>
					<pubDate>Wed, 09 Dec 2015 17:38:39 +0000</pubDate>
					<dc:creator>Phil</dc:creator>

					<description>
						<![CDATA[
						<p>OUpss de classe dont apply the first time sorry, but now it&#8217;s work <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  </p>
<p>but not in 768 ( it&#8217;s still very very small and in 1366 we still lost last letter in the name ( MARIELLE and the 2 PATRICIA ) <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" />  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25530</guid>
					<title><![CDATA[Reply To: Responsive problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/responsive-problem/#post-25530</link>
					<pubDate>Wed, 09 Dec 2015 18:14:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Then try:</p>
<pre><code>@media only screen and (min-width: 768px) and (max-width: 1280px) {
.custom_resize_column {
width: 48%!important;
}
.custom_resize_column:nth-child(2n+1) {
clear: left;
}
}
.team_block h4 {
font-size: 16px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

