Style Ignoring Changes

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Locked
Jcraig83
Registered User
Posts: 1
Joined: Mon May 24, 2010 10:16 pm

Style Ignoring Changes

Post by Jcraig83 »

I have managed to get the forum body to fit my width and center adjustments. However the #wrap is ignoring the styling and I can't figure out why. Any ideas?

Code: Select all

/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 20px;
        width: 980px;
        margin: 0 auto;
        padding-top: 25px;

}

#simple-wrap {
	padding: 6px 10px;

}

#page-body {
	margin: 4px 0;
	clear: both;
        width: 980px;
        margin: 0 auto;
}

#page-footer {
	clear: both;
        width: 980px;
        margin: 0 auto;
}
Is how I have it set up now. The forum address is http://www.aussiedatingonline.com/forums

Rotsblok
Registered User
Posts: 325
Joined: Mon Nov 14, 2005 12:21 pm
Location: x= y+1

Re: Style Ignoring Changes

Post by Rotsblok »

I think you get more response and better support on the main phpBB forums. These forums (area51.phpbb.com) are mostly related on development of phpbb
ø = 1.618033988749895...
Everything has ø in it

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1905
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Style Ignoring Changes

Post by DavidIQ »

Indeed...this is not a support forum.
Image

Locked