Responsive design 1.2 issue

Robby

Well-known member
Hello,

When i look the responsive design on my iphone from xenforo.com the forum is fixed. On my forum its not, i can move the forum from left to right.

Grtz,
Robby
 
yeah, i did

There's a few things you need to check:

Style Properties -> General -> HTML, make sure there's no min-width: 1000px or another min-width

Style Properties -> General -> Body, same thing as above

Style Properties -> General -> Page Width Controller, make sure you change any fixed width such as:

Code:
width: 980px;

To

Code:
max-width: 980px;


Also if your page_container is out of date that will cause the page not to be responsive
 
Top Bottom