MyBB Community Forums

Full Version: Make forums smaller - narrow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
still need help.
Hi,

as I said, change the css to:
.header>*, .container, .top>div {
    width: 98%;
    margin: 0 auto;
}

After you do it, press CTRL + F5 keys in your browser, to clear the cache of your browser and to see the new results.
(2019-08-18, 10:52 AM)NoRules Wrote: [ -> ]Hi,

as I said, change the css to:
.header>*, .container, .top>div {
    width: 98%;
    margin: 0 auto;
}

After you do it, press CTRL + F5 keys in your browser, to clear the cache of your browser and to see the new results.
[Image: O5LZYqF.png]
still nothing
Hi,

98%, not 88%
(2019-08-18, 10:52 AM)NoRules Wrote: [ -> ]Hi,

as I said, change the css to:
.header>*, .container, .top>div {
    width: 98%;
    margin: 0 auto;
}

After you do it, press CTRL + F5 keys in your browser, to clear the cache of your browser and to see the new results.

not sure why 88% did not work, but thanks! this worked, marked as best answer, rated, + solved
Pages: 1 2