Hi,
I'm currently modfiying http://www.acornfactory.org. How do I change the header height? I'd like there to be more padding between the logo and the bottom of the header.
Also, I've been trying to change the font to PT Sans Narrow, but the CSS code I'm using isn't working. Here's what I put in the custom.css file:
@font-face {
font-family: 'PTSansNarrowRegular';
src: url('PTN57F-webfont.eot');
src: url('PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
url('PTN57F-webfont.woff') format('woff'),
url('PTN57F-webfont.ttf') format('truetype'),
url('PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Any ideas?














