XF 1.5 Forum narrower, but still responsive

thomas01

Member
Hello,

I would like to make my Xenforo narrower and place a picture in the background.
However, the Xenforo should remain responsive.
I have tried to make the forum narrower, but then come scrollbars, if one makes the browser smaller.
For my WBB4 worked without problems.

Would someone have a tip for me what I do wrong?

Greetings, Tom
 
Hello,

I would like to make my Xenforo narrower and place a picture in the background.
However, the Xenforo should remain responsive.
I have tried to make the forum narrower, but then come scrollbars, if one makes the browser smaller.
For my WBB4 worked without problems.

Would someone have a tip for me what I do wrong?

Greetings, Tom

Presumably you made narrow with Page Width Controller, something like:

Code:
margin: 0 auto;
max-width: 1000px;


Something on the site is non responsive, maybe you have a banner that is a fixed width?

test with default style, and also with your style extra CSS temporarily removed or commented.
 
Top Bottom