MyBB Community Forums

Full Version: Theme layout help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

We've integrated a site design into a MyBB Forum - which has worked pretty good - except for a small problem, On search results pages, the content pushes outside of the main div container (e.g: http://forum.msgstuff.com/search.php?act...fed5b11f8b)

I've tried a few things to fix it - with no luck, does anyone have any ideas?

Here's the #main_dev css:

#main_div {
background-color:#FFFFFF;
border:1px solid #FFFFFF;
height:100%;
overflow: hidden;
width:900px;
margin: auto auto;
}

The overflow: hidden; is there in the mean time until its corrected.

Here's the link to the full CSS http://forum.msgstuff.com/css/theme_17.css
Thanks.
Chris Wrote:Hi,

We've integrated a site design into a MyBB Forum - which has worked pretty good - except for a small problem, On search results pages, the content pushes outside of the main div container (e.g: http://forum.msgstuff.com/search.php?act...fed5b11f8b)

I've tried a few things to fix it - with no luck, does anyone have any ideas?

Here's the #main_dev css:

#main_div {
background-color:#FFFFFF;
border:1px solid #FFFFFF;
height:100%;
overflow: hidden;
width:900px;
margin: auto auto;
}

The overflow: hidden; is there in the mean time until its corrected.

Here's the link to the full CSS http://forum.msgstuff.com/css/theme_17.css
Thanks.
Seems to be working ok for me....


DougToungue
Ops, I forgot to say that its only happening in Mozilla Firefox, so are you using IE?
Chris Wrote:Ops, I forgot to say that its only happening in Mozilla Firefox, so are you using IE?

Nope, I use current version of Firefox (not sure of the version number)

DougToungue
hmm, what resolution are you on?

Here's what I get:

http://img139.imageshack.us/img139/5520/picjpglk4.jpg
Chris Wrote:hmm, what resolution are you on?

Here's what I get:

http://img139.imageshack.us/img139/5520/picjpglk4.jpg

I use 1280 width

DougToungue
I see the problem. Which templates did you edit?
Several of them, such as header, headerinclude and I believe the index, there may be more.