How Do I Vertically Shrink The Height of this Banner?

4 replies
  • WEB DESIGN
  • |
I would like to shrink the height of the banner on this site.

I will start with making the logo smaller.

I've been trying to make it smaller even with the current logo size, but I've been unsuccessful in doing so.

I was told by someone that I needed to add:

Code:
#preheader {
margin-bottom: 0;
}

#header {
    padding: 0;
}
To my custom.css file, which I did, but the banner looks to be the same size after adding that.

I also removed

Code:
#preheader {
margin-bottom: 10px;
}

and

Code:
#header {
    padding: 10px 0 20px;
}
from my style.css.

What am I doing wrong?
#banner #height #shrink #vertically

Trending Topics