Hello Lelana,
Increasing the height of #pageheader to 180px will contain the elements in
the header and place your image below that.
If you want additional space, you can change your margin-left: auto;
margin-right: auto; to this:
img.office {
display: block;
margin: 1em auto 0; <--- the 1em would be the top margin you'd like
}
Someone else on the list may have a more elegant solution, but this worked
for me :)
Bill
On Wed, Jul 28, 2010 at 12:37 PM, Lalena <[email protected]> wrote:
> Hi all,
> Can anyone advise me on scooting down the image on this page?
> URL:
> http://suziblade.com/rapant-mcelroy/contact_us.html
> Thanks!
> Lalena
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/