<?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 picture that runs the entire length</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/feed/</link>
		<description></description>
		<pubDate>Fri, 21 Aug 2026 05:11:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31300</guid>
					<title><![CDATA[Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31300</link>
					<pubDate>Thu, 06 Apr 2017 14:43:09 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>The picture on my landing page runs over the entire length of the screen. But when I open the page on a smartphone, it shows only a picture detail and not the whole picture. </p>
<p>How can I make the picture responsive, so that it is over the entire length of the iPhone screen as well? </p>
<p>Thank you in advanced. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31301</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31301</link>
					<pubDate>Thu, 06 Apr 2017 15:11:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Let me see your URL please. Usually in cases like this you want to use the <code>background-size: cover</code> CSS property if the image is a background&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31302</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31302</link>
					<pubDate>Thu, 06 Apr 2017 15:25:39 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31304</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31304</link>
					<pubDate>Fri, 07 Apr 2017 06:29:33 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>I see you have COVER set as background size, the problem is your row&#8217;s height in responsive is rather large so the background image covers the row vertically but in doing so is stretched more than you want it to in order to see the sign.<br />
Try to change the background position in responsive for that page. Click on the COG icon top right (Page Settings) and enter this CSS for this page:</p>
<pre><code>@media only screen and (max-width: 768px) {
  .upb_row_bg {
    background-position: center left;
  }
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31353</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31353</link>
					<pubDate>Mon, 24 Apr 2017 14:03:42 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31355</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31355</link>
					<pubDate>Mon, 24 Apr 2017 14:22:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>What is this CSS? Is this the custom Page Settings CSS for one of the Demo pages? And if yes what do you want to do with it? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31356</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31356</link>
					<pubDate>Mon, 24 Apr 2017 14:44:43 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>This is the css code of my page under &#8220;page settings&#8221;, and you wrote me that I should insert your code there. But I don&#8217;t know where exactly in this code I have to add it. </p>
<p>Thank you! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31357</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31357</link>
					<pubDate>Mon, 24 Apr 2017 15:12:09 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to reduce the size of the my picture on the frontpage if someone visits the page with the mobile phone. So that the whole picture is visible in the mobile version as well.<br />
At the moment, there is only one part of the picture visible on the mobile version, not the whole picture. It is like a &#8220;zoom&#8221;. </p>
<p>Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31358</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31358</link>
					<pubDate>Mon, 24 Apr 2017 15:30:56 +0000</pubDate>
					<dc:creator>VivianeMichelEspros</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31360</guid>
					<title><![CDATA[Reply To: Responsive picture that runs the entire length]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/responsive-picture-that-runs-the-entire-length/#post-31360</link>
					<pubDate>Tue, 25 Apr 2017 12:44:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>First off, this is code that you should remove in your environment.<br />
We use that custom CSS on our DEMO to showcase the theme capabilities, you would normally achieve the same via the Theme options.<br />
Glad to hear you solved the issue. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

