200px to the right please

desiredbard

Joined: 2006-07-05
Posts: 80
Posted: Wed, 2006-07-12 11:21

Anyone any idea at all how i get a complete design moved 200px to the right.
I would have imagined to give the bodytag in the active stylesheet a margin-left 200px would have done the trick, but no.
Neither does the addition of a margin-left to any other tag with a margin defined.

I have an independent hoovering menu on the left with a with of 180 px and would apreciate any help

 
chow

Joined: 2006-07-13
Posts: 4
Posted: Thu, 2006-07-13 00:59

Here's how I did it...

I modified the theme.css under the #gallery tag to read as such:

#gallery
{
/* super container for moving the
entire site around. */
margin: 185px 0 0 0;
padding: 0px;
width:891px;
}

(for me, I had to move the entire design down by 185px and constrain it to 891px wide. I'd think you can modify the margin statement to move it over on the appropriate axis.)

-Chow

 
desiredbard

Joined: 2006-07-05
Posts: 80
Posted: Mon, 2006-07-24 10:36

Not really doing it for me whatever way i try to move it
Whats the url to your page?