Background image not centered on mobile
The background images on the homepage of my website http://myaberdeenproperty.co.uk/ don't get cut centered when viewing the website on a mobile devices. The background images get cut on the right side for mobile devices but then the main information of the picture is cut away. Is there any code to implement, so that the images get cut from each side and the center stays centered on mobile devices?
Comments
css backgrounds are not responsive and never won't be. Please notice that it has nothing to do with the theme itself and it's more a technical problem between css and being responsive technology.
Thanks!
http://pasteboard.co/7f8dgYaKx.png - this is how other theme's background looks like
Do you see that both are cut on mobile? Because for us, both backgrounds works exactly same way and we really don't know what are you talking about.
To send us screenshots, you can use any online tool like http://snag.gy/ or http://pasteboard.co/
http://pasteboard.co/7lQkZ6UKS.png – this is how BeTheme shows the background on a mobile device
http://pasteboard.co/7lRkrifuP.png – this is how the other Theme shows the background on a laptop device
http://pasteboard.co/7lSff9TLz.png – this is how the other Theme shows the background on a mobile device
The first two screenshots show that on mobile devices only the left part of the background picture is shown. Therefore, the picture is cut from the right side. You can't see the flower. The other two
screenshots show that on mobile devices the center part of the background picture is still visible, you can see a part of the house. So the picture got cut on the left and the right.
I would like the first website to
still show the center of the background picture which means showing the
flower as well. Is that not possible?
http://pasteboard.co/7nTyfTCI4.png – This screenshot shows the set coding background-position: 0 0 !important; and below my coding background-position: center center !important; which is crossed out and not excepted.
Do you have any suggestions?
I put the code in three different CSS editors but it doesn't seem to override the following code: background-position: 0 0 !important;
You can see it on this screenshot – http://pasteboard.co/7HoXr4vTQ.png
The code you gave me is crossed out.