Testing Fusion Accelerator on a new Blackberry 9790 I notice that the min-width of the body style is 960px so the page is not resized and have a horizontal scroll.

To fix this I must put this

body, div.full-width {
	min-width: 300px;
}

In the file responsive.css and inside of the mobile display @media only screen and (max-width:759px) {}

I'm missing something in the Fusion Accelerator configuration or this is the right way? I not tried it in another device.