MyBB Community Forums

Full Version: there is a problem when I change the width of the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there is a problem when I change the width of the forum
works well on google chrome but no longer good on mozilla firefox!

does anyone know what could be wrong?


.wrapper {
width: 70%;
min-width: 970px;
max-width: 1500px;
margin: auto 200px;
}
This style definition of the width is quite inconsistent because all of them will affect each other Smile
(When I was a webbrowser, I would refuse to render suchlike Big Grin Big Grin )

Try to remove "margin" as this may get in conflict with min/max-width.
width: 70% is also obsolete when using min/max.

[ExiTuS]
(2021-02-12, 10:11 AM)[ExiTuS] Wrote: [ -> ]This style definition of the width is quite inconsistent because all of them will affect each other Smile
(When I was a webbrowser, I would refuse to render suchlike Big Grin Big Grin )

Try to remove "margin" as this may get in conflict with min/max-width.
width: 70% is also obsolete when using min/max.

[ExiTuS]


Hi ,  so ?

.wrapper {
min-width: 970px;
max-width: 1500px;
}

it doesn't work that way unfortunately either  :/
What do you mean by no longer good? Whats the issue there?
Clean your browser cache. Those basic declarations are cross-browser compatible.
(2021-02-12, 10:45 AM)effone Wrote: [ -> ]What do you mean by no longer good? Whats the issue there?
Clean your browser cache. Those basic declarations are cross-browser compatible.


hi,


when i change the width of the forum, google chrome shows up well, but firefox isn't good, although I'm updating it with ctrl + f5!

or what do i have to do to be good?


Google chrome good ( Center )


[Image: elKzMmb.png]
M
Mozilla Firefox Not good ( it shifts to the right, in vain I try cookies delete )


[Image: 3UnGjTb.png]