<?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>Parallax scrolling background image cropping in Cornerstone &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 02:38:26 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349108</guid>
					<title><![CDATA[Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349108</link>
					<pubDate>Tue, 04 Aug 2015 01:45:35 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I am using Cornerstone to try out some new layouts for my blog using parallax scrolling with a background image. However, the background image is getting significantly cropped when I select parallax scrolling. I just want the image to go to the right and left edges of the section and not crop on the sides. </p>
<p>I have tried after searching the forum for similar issues:</p>
<pre><code>.x-content-band.bg-image {
  background-size:contain;
}</code></pre>
<p>AND</p>
<pre><code>.x-content-band.bg-image.parallax {
   background-position: 50% 0px;
}</code></pre>
<p>My URL is: <a href="http://lorriegrahamblog.com/" rel="nofollow">http://lorriegrahamblog.com/</a> but I am working on an unpublished test post for this, I will include login details in the next reply if you need to look into it.</p>
<p>Thank you in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349110</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349110</link>
					<pubDate>Tue, 04 Aug 2015 01:51:05 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349236</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349236</link>
					<pubDate>Tue, 04 Aug 2015 05:07:30 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Since you are using CS, you should add this code :</p>
<pre><code>.x-section.bg-image.parallax {
    background-size: contain !important;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349267</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349267</link>
					<pubDate>Tue, 04 Aug 2015 05:38:40 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Sorry that didn&#8217;t work. I put the code in the Custom CSS field in the Customizer, was that correct?</p>
<p>It&#8217;s as if the image is being stretched to the width of the browser instead of the section container.</p>
<p>Any more suggestions?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349292</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349292</link>
					<pubDate>Tue, 04 Aug 2015 06:09:51 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Lorie,</p>
<p>Upon checking the, the last CSS code you add is not working because you miss the dot (.)  from the start when you copy the code.<br />
Please try again and fro this :</p>
<pre><code>x-section.bg-image.parallax {
    background-size: contain !important;
}</code></pre>
<p>To this:</p>
<pre><code>.x-section.bg-image.parallax {
    background-size: contain !important;
}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349319</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349319</link>
					<pubDate>Tue, 04 Aug 2015 06:46:07 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry that&#8217;s still not working. The only thing it does is move the left margin in about 20px&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349331</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349331</link>
					<pubDate>Tue, 04 Aug 2015 07:01:14 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong> or in your child theme&#8217;s <strong>style.css</strong> file.</p>
<pre><code>div#x-section-2 {
    background-position: 32.5% 0px!important;
    background-size: 1200px!important;
}</code></pre>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349347</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349347</link>
					<pubDate>Tue, 04 Aug 2015 07:23:01 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry that STILL isn&#8217;t working?? 🙁</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349351</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349351</link>
					<pubDate>Tue, 04 Aug 2015 07:29:20 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sorry, I got confused, are you sure you are referring to parallax image which doesn&#8217;t display full width of image ? As I added the code it shows like this :</p>
<p><a href="http://www.freeimagehosting.net/commercial-photography/texas/houston/" rel="nofollow"><img decoding="async" src="http://i.imgur.com/xIt34uE.jpg" alt="Houston commercial photography" /></a></p>
<p>Please provide us with screen shot and let us know how it should look.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349354</guid>
					<title><![CDATA[Reply To: Parallax scrolling background image cropping in Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/parallax-scrolling-background-image-cropping-in-cornerstone/#post-349354</link>
					<pubDate>Tue, 04 Aug 2015 07:37:12 +0000</pubDate>
					<dc:creator>Lorrie G</dc:creator>

					<description>
						<![CDATA[
						<p>Here is a screenshot of what I am seeing, the background image is stretched and has become pixelated. </p>
<p><img decoding="async" src="http://lorriegrahamblog.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-04-at-5.32.53-pm.png" alt="" /></p>
<p>I want the image to go to cover the whole section as it does now, but it isn&#8217;t fitting correctly to the size of the section, it is much bigger.</p>
<p>Thanks a lot</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

