Robby Well-known member Jul 5, 2013 #1 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
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
P Paul B XenForo moderator Staff member Jul 5, 2013 #2 Have you enabled the responsive design on your site? Upvote 0 Downvote
Russ Well-known member Jul 5, 2013 #4 Robby said: yeah, i did Click to expand... 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 Upvote 0 Downvote
Robby said: yeah, i did Click to expand... 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
Robby Well-known member Jul 6, 2013 #5 Thanks a lot Russ, it was the max-width! Your the best Upvote 0 Downvote