And how do you reduce the grey space around the header?!
In your style.css look for this code around line 95
#top {
background:#D2D2D2 url(images/top-bg.png) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
padding-top:70px;
change 70px to 10px or 15px
Grey around your header is part of your background
look at my site…you can see the logo now but i lost the top bar. what should i do to get it back? it seems like everything needs to be moved down a little…
add
#header{padding-top:30px}
to your style.css
sorry did not realize that put it back to 70px and I will try again and find how reduce that
I do not think it is that made you loose the bar as I changed it and did not loose the bar.
#top {
background:#D2D2D2 url(images/top-bg.png) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
padding-top:70px;
change 70px to say 15px
I just did that and it moved the logo and bar up.
#top{height:160px;}
#menu{margin-top:50px;}
get firebug. go to http://w3schools.com/ .
thank you, thank you!!
now can you help me make the slideshow be equal with the line and move the brown equal to the line??