Active
Project:
Fusion Accelerator
Version:
7.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2012 at 13:40 UTC
Updated:
23 Jun 2012 at 13:40 UTC
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.