-
AuthorPosts
-
May 25, 2015 at 10:49 am #281290
Hello,
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’ve researched syntax issues but not finding a solution. On the off-chance that you’ve encountered this before, here’s an example of my CSS code for a header:
.headerBoxC {
border: 1px solid #AE709D;
padding: 24px;
background: #fbedff;
border-radius:8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
margin-bottom:10px;
background-image:url(‘http://myimage/wp-content/uploads/2015/05/section-books.jpg’);
background-repeat:no-repeat;
background-position:right;
}Any clues or help is always greatly appreciated.
May 25, 2015 at 11:02 am #281300Hi There,
Thanks for writing in!
Try adding following CSS under Appearance > Customize > Custom > CSS:@media (max-width: 767px){ .headerBoxC { background-position: center; } }
Hope it helps.
May 25, 2015 at 11:36 am #281321Unfortunately that didn’t work – 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.
May 25, 2015 at 12:05 pm #281351Hi There,
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:– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Many thanks.May 25, 2015 at 12:37 pm #281375This reply has been marked as private.May 25, 2015 at 12:59 pm #281400This reply has been marked as private.May 25, 2015 at 2:45 pm #281443Thank you!! Sometimes you look at something a thousand times and don’t see it. Appreciate another pair of eyes 🙂
May 25, 2015 at 7:30 pm #281601You’re welcome. Glad we could help.
July 20, 2015 at 1:39 am #334620Hi!
May I jump in and ask what did the trick? I’m encountering the same problem with the navbar image background not working on both mobile and tablet versions of my client site.
Thanks!
July 20, 2015 at 1:44 am #334628Hello There,
Thanks for updating the thread! The problem was something to do with the css code itself. To assist you with your issue, we’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.
Thank you.
July 20, 2015 at 1:54 am #334638Hi again and thanks for your quick reply!
URL: ilany.co.il
Thanks!
July 20, 2015 at 2:08 am #334649Hello There,
We did checked your site and the custom css is correct. It should display the background image with no issues. We found something however which may have cause issues on iOS devices. Please edit your page and remove the background image
//placehold.it/1500x1000
in the page settings.If nothing that doesn’t works, would you please provide us the url and access information of your site so we can take a closer look. 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.
To do this, you can make a post with the following info:
– Link to your site

– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 20, 2015 at 2:26 am #334667This reply has been marked as private.July 20, 2015 at 2:27 am #334670This reply has been marked as private.July 20, 2015 at 2:37 am #334679Hi there,
I can’r replicate the issue, please check :
http://www.responsinator.com/?url=http%3A%2F%2Fwww.ilany.co.il%2Fplease clear cache and test again.
Thanks.
-
AuthorPosts