<?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>Help! Background Image Problem when resizing and new resolution of PC &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/help-background-image-problem-with-css/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 08:25:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77484</guid>
					<title><![CDATA[Help! Background Image Problem when resizing and new resolution of PC]]></title>
					<link>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77484</link>
					<pubDate>Mon, 04 Aug 2014 13:46:38 +0000</pubDate>
					<dc:creator>lonewolfjc11</dc:creator>

					<description>
						<![CDATA[
						<p>Hello there!<br />
I really need help in making the background fill the entire page 🙂 There should be no white no matter what the resolution or size the screen but I don’t know why it won’t cover the entire page.   In my thesis project my background won&#8217;t cover the entire screen when the screen resolution is different (such as mobile phone size, smaller screen size, ipad screen etc)from my pc screen size (which is 1366&#215;768). I used the custom css to try to make my background fit but it won&#8217;t work for other screen sizes:</p>
<p>.backstretch {<br />
left: 0 !important;<br />
top: 0 !important;<br />
overflow: hidden !important;<br />
margin: 0!important;<br />
padding: 0!important;<br />
z-index: -999999 !important;<br />
position: static !important;<br />
width: 100% !important;<br />
background-size: 100% !important;<br />
height: inherit !important;<br />
background-color: green;<br />
}</p>
<p>I&#8217;d really appreciate the help xD I&#8217;ve been trying to reset the background for quite some time and I&#8217;ve looked through online tutorials and tried to play with the background. It doesn&#8217;t want to change anymore and if I change the background from static to anything else it disappears. I really need the image to cover the entire screen.  Also if a re-sizing background is not possible can I just make the green come out where the areas that become white? Also, how can I have the logo and the tagline come out in my website simultaneously? Please let me know. Thank you!  I&#8217;d really appreciate a reply! Thank you so much!  God bless and hope to hear from you soon!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77491</guid>
					<title><![CDATA[Reply To: Help! Background Image Problem when resizing and new resolution of PC]]></title>
					<link>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77491</link>
					<pubDate>Mon, 04 Aug 2014 13:55:54 +0000</pubDate>
					<dc:creator>lonewolfjc11</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77499</guid>
					<title><![CDATA[Reply To: Help! Background Image Problem when resizing and new resolution of PC]]></title>
					<link>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77499</link>
					<pubDate>Mon, 04 Aug 2014 14:14:01 +0000</pubDate>
					<dc:creator>lonewolfjc11</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77739</guid>
					<title><![CDATA[Reply To: Help! Background Image Problem when resizing and new resolution of PC]]></title>
					<link>https://theme.co/archive/forums/topic/help-background-image-problem-with-css/#post-77739</link>
					<pubDate>Mon, 04 Aug 2014 20:25:01 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,<br />
Thank you for writing in. You can do this purely through CSS with background-size property. Add the following CSS code via <strong> Customizer &gt; Custom &gt; CSS:</strong></p>
<pre><code>html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

