Hi,
I am working on my first site on presta and have a problem with the background.
I have made the background image fixed and it works perfectly on computer monitors but when i use a ipad or a smartphone the background fixes on top center and is minimized...
I have made the page wider using a guide on youtube -
My settings are:
body{
font:bold 11px/14px Arial, Verdana, sans-serif;
color:#666;
background-image: url(../img/back.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
I have attached images to show how it looks on a Ipad...
Does anyone know what the problem might be?