Alex Gordon
Alex Gordon

Reputation: 60731

moving header in css to align correctly

i have this header at the top:

http://yoursdproperty.com/

how do i move the swf a little bit to the left to make it align correctly?

Upvotes: 0

Views: 3612

Answers (2)

contactmatt
contactmatt

Reputation: 18600

Look into Margins or Padding . Playing around with these can give you a desired result. I'd also look into the positioning of your elements (in this case your header). Setting negative padding and negative margins usually shows a layout flaw.

Upvotes: 1

Wil
Wil

Reputation: 5057

Give it a negative left margin? margin-left: -10px

Upvotes: 2

Related Questions