
Originally Posted by
jaropales
Thank you for your reply. I would like to fill the empty space with some text of maybe more images. I am not sure exactly, but I have to do something. Also, can I eliminate the margin between the top and the bottom of the logo, so that the empty space would be a little bit narrower (so that the logo would almost touch the top of the browser window on top and almost touch the top of the nav bar on the bottom)?
www.clayjungle.com
Thank you.
In your stylesheet.css file, change this:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:25px;}
#logo {padding-top:15px;padding-left:15px;}
to this:
Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:0px;}
#logo {padding-top:0px;padding-left:15px;}
Thanks,
Anne
Bookmarks