They changed the margin and padding properties in their css for the
body, which is overriding the margin in your body css.
add the following to your css
#userContentFP
{
margin: 2em 3em 2em 6em;
}
This moves the margin from the body to the div that contains the rest of
the page, therefore overriding the body parameters within the div.
You need to make sure userContentFP doesn't close until the end of the
page. If it does, add another div for the entire page and put it there.
jimmy
Jacki Jonas wrote:
Argh. I made the change to get the special USGenWeb masthead tonight.
After doing so, I noticed that the addition of the masthead seems to
have caused problems with my pages. (Not just the USGenWeb version of it.)
Seems like the centering is off. I had noticed that the "Links to
other Georgia County Pages" was no longer centered under the Welcome
message, but hadn't noticed until tonight that the left margin was no
longer big enough to allow for the decorative left border.
Aha - looks like they added an additional CSS, which I guess is
overriding mine. :( Any suggestions on how to fix it? I guess if all
else fails, I get a new background.
Thanks all.
Jacki
-------------------------------
To unsubscribe from the list, please send an email to GAGEN-request(a)rootsweb.com with the
word 'unsubscribe' without the quotes in the subject and the body of the message