<?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>Background images not showing on iPad or phone &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 16 Nov 2025 03:01:14 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281290</guid>
					<title><![CDATA[Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281290</link>
					<pubDate>Mon, 25 May 2015 15:49:24 +0000</pubDate>
					<dc:creator>rickC22</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I am using CSS page title headers on my site. These headers include a background image fixed to the right side of the header box. Looks fine on desktop, but the images do not show on my iPad (mobile Safari) or Android phone (mobile Chrome). I&#8217;ve researched syntax issues but not finding a solution. On the off-chance that you&#8217;ve encountered this before, here&#8217;s an example of my CSS code for a header:</p>
<p>.headerBoxC {<br />
	border: 1px solid #AE709D;<br />
	padding: 24px;<br />
	background: #fbedff;<br />
	border-radius:8px;<br />
	-webkit-border-radius: 8px;<br />
	-moz-border-radius: 8px;<br />
	margin-bottom:10px;<br />
	background-image:url(&#8216;<a href="http://myimage/wp-content/uploads/2015/05/section-books.jpg&#038;#8217" rel="nofollow">http://myimage/wp-content/uploads/2015/05/section-books.jpg&#038;#8217</a>;);<br />
	background-repeat:no-repeat;<br />
	background-position:right;<br />
}</p>
<p>Any clues or help is always greatly appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281300</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281300</link>
					<pubDate>Mon, 25 May 2015 16:02:35 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Thanks for writing in!<br />
Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>@media (max-width: 767px){
.headerBoxC {
background-position: center;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281321</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281321</link>
					<pubDate>Mon, 25 May 2015 16:36:46 +0000</pubDate>
					<dc:creator>rickC22</dc:creator>

					<description>
						<![CDATA[
						<p>Unfortunately that didn&#8217;t work &#8211; still no background image showing in mobile devices. This must be a syntax issue with the code. May change the layout to avoid banging head against wall.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281351</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281351</link>
					<pubDate>Mon, 25 May 2015 17:05:46 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong><br />
Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281375</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281375</link>
					<pubDate>Mon, 25 May 2015 17:37:19 +0000</pubDate>
					<dc:creator>rickC22</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281400</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281400</link>
					<pubDate>Mon, 25 May 2015 17:59:30 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281443</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281443</link>
					<pubDate>Mon, 25 May 2015 19:45:36 +0000</pubDate>
					<dc:creator>rickC22</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you!! Sometimes you look at something a thousand times and don&#8217;t see it. Appreciate another pair of eyes 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281601</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-281601</link>
					<pubDate>Tue, 26 May 2015 00:30:51 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-334620</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-334620</link>
					<pubDate>Mon, 20 Jul 2015 06:39:09 +0000</pubDate>
					<dc:creator>sem-marketing</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>May I jump in and ask what did the trick? I&#8217;m encountering the same problem with the navbar image background not working on both mobile and tablet versions of my client site.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-334628</guid>
					<title><![CDATA[Reply To: Background images not showing on iPad or phone]]></title>
					<link>https://theme.co/archive/forums/topic/background-images-not-showing-on-ipad-or-phone/#post-334628</link>
					<pubDate>Mon, 20 Jul 2015 06:44:52 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for updating the thread! The problem was something to do with the css code itself. To assist you with your issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

