I would like to have the tagline, but also get rid of the extra space at the top of my site.
What do I do for that??
http://themagicneedle.com/cart/ There are actually two white bars here.
C
I would like to have the tagline, but also get rid of the extra space at the top of my site.
What do I do for that??
http://themagicneedle.com/cart/ There are actually two white bars here.
C
Remove 10px from margin here this will be at the very top in your CSS file.
Notice I made the part you need to remove bold.
Code:body { margin: 10px 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-image: url(../images/smstarbg.gif); /* background-color: #c0c0c0; #e5edf5; */ }
Maybe this will help someone...
I also had a space problem just below my header, but the culprit was actually not a margin. I had the margin set to 0 in the body of my css. The issue was that my header background image was only about 100pixels tall and the body was set to 150px height.
Sometimes it's so obvious it takes days of staring to realize it.
:)
I found the way to remove the area in which the tagline occupied. I went to the css and located the following and changed the height number until I got it how I wanted it.
#logoWrapper{
background-color: #e5d9e5;
height:150px;
}
www.walgifts.com