Quote:
Originally Posted by dezzarray
my boss in her infinite wisdom decided to show me how "easy" it is to edit the template and pooched it completely. it's way too freakin early to wrap my brain about the syntax and I for the life of me can't remember what the settings were.
A clue anyone?? Pretty please? I'll bake you cookies!
Here's what I have got
#center-main {
width:auto;
margin-bottom: 0;
position: relative;
overflow: visible;
padding-left: 250px;
margin-left: 25px;
float: right;
and this is what it looks like.. it's messed up the format. I hate it when people help 
|
The following code makes it look fine in firefox, not sure about other browsers.
Code:
#center-main {
margin-left:298px;
}