On the website for Utilities R Us Ltd UK, we have made an image part of the background using the following code in the custom.css:
body {
background-image: url(/images/Background.jpg);
background-repeat: repeat-y;
background-size: cover;
}
However, we are finding that on the Contact Us page (http://www.utilitiesrusltd.uk/index.php/contact-us), the image is being re-sized differently to how it is on another page such as the Home page (http://www.utilitiesrusltd.uk/index.php). We are not sure what is causing the image to be re-sized differently. Please can you help? We are using the Uber template and have tested this on both Microsoft Edge and Google Chrome.