Hi
I am using Boutique template on a new site, and everything works fine, except the header background image doesn't size itself properly on iPad. Works fine on Android smartphones. http://www.romanystone.com
#header_bg {
background-size: 600px auto !important;
}
/* disable background-size:cover */
.touch #container_header, .touch #header_bg, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat !important;
background-attachment: scroll !important;
}
.touch #header_bg {
background-size: auto 600px !important;
}