News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

RC2 + MKPortal problem

Started by TheMaTrIx, January 01, 2006, 03:26:28 AM

Previous topic - Next topic

TheMaTrIx

Hey guys, I got a rather funky problem with MK Portal and SMF 1.1 RC2.

The forum template globaly loaded atm is the default SMF 1.1 RC2 template (yeah its a shinny new one)

http://fsgateway.com/index.php (don't goto http://fsgateway.com/ it'll land you on a placeholder page, the fsgateway site is under development)

If you goto the forum, you'll see that all of the sudden the site isn't expanded to the full size of the browser anymore. When you go back to the portal mainpage, it again is.

Anyone have a clue why its doing that?

Grudge

Sorry, this is probably best asked in the portal board to ensure you get a good response.
I'm only a half geek really...

GC

#2
I don't see a difference. It loads fine for me. Are you using Firefox?

*Edit: It loads the same as my MK Portal... Are you trying to reduce the page size?

TheMaTrIx

I already fixed it and was pritty sure I deleted this thread. Somehow it got re-enabled.

It was because SMF has body padding tags in the default CSS.


Prasad007

Quote from: TheMaTrIx on January 01, 2006, 03:26:28 AM
Hey guys, I got a rather funky problem with MK Portal and SMF 1.1 RC2.

The forum template globaly loaded atm is the default SMF 1.1 RC2 template (yeah its a shinny new one)

http://fsgateway.com/index.php (don't goto http://fsgateway.com/ it'll land you on a placeholder page, the fsgateway site is under development)

If you goto the forum, you'll see that all of the sudden the site isn't expanded to the full size of the browser anymore. When you go back to the portal mainpage, it again is.

Anyone have a clue why its doing that?

im getting the same problem too!

Gobo

Simpley find the following code in your Themes/Default/Style.css file and alter as necessary:



/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
}


The less you make the padding the more expanded your forum will become
For example I use:  padding: 12px 0px 4px 0px;

So it makes it full screen width

Prasad007

Quote from: akulion on January 01, 2006, 02:21:42 PM
Simpley find the following code in your Themes/Default/Style.css file and alter as necessary:



/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
}


The less you make the padding the more expanded your forum will become
For example I use:  padding: 12px 0px 4px 0px;

So it makes it full screen width
Thank you!

Advertisement: