MyBB Community Forums

Full Version: Make Full Screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello MyBB Community!
Its basically Profit-Erol Theme, I want to make it full screen. Here is the screenshot.

[Image: t1B84.png]

Thanks
what link to your site?
silentforums.com Toungue
Go to global.css and find:


#container {
width: 70%; /* May be other value depending on themes */

Change the width to 100%.
Thanks effone but I saw this on global.css

#container {
width: 960px;
its not in %?
Make it 100%;
Its fixed width in pixels. If you make it 100% it will be full screen for any resolution.
Its suitable with 90%. And please just another help. Will you please tell about this one too.

[Image: cKPtF.png]

anybody? need help.
that's an image..you must edit the image size..

or you could use this

#breadcrumb {
    width: 98%;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Droid Sans',sans-serif;
    background: #3C3C3C;
    height: 35px;
    line-height: 30px;
    border: 0px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: auto;
    padding: 9px;
    border-radius:7px;
}


thanks for replying but where to add this code?


I delete the extra.css file mistakenly.
(2012-09-29, 02:58 PM)tronturbo Wrote: [ -> ]thanks for replying but where to add this code?


I delete the extra.css file mistakenly.
global.css is where you add it.
Pages: 1 2