On the website http://www.acupuncturesorel-tracy.com/
I am using a background who is suppose to fill all the screen. When I did setup the website few months ago, it was working well.
I was using this code in CSS:
#body_bg {
background-size: auto !important;
}
Now, this code works only with mobile, the background is too small when we got to a computer screen.
I can use this code:
#body_bg {
background-size: 100% !important;
}
But in this case, it will looks great in full screen mode but looks pretty bad on mobile device.
Any idea how I can fix that problem ?
Many thx !