The padding on TOP of the header is too big, so changed it in style.css
changed from:
#header {
padding: 30px 0 0 0;
}
to
#header {
padding: 15px 0 0 0;
}
The padding on TOP of the header is too big, so changed it in style.css
changed from:
#header {
padding: 30px 0 0 0;
}
to
#header {
padding: 15px 0 0 0;
}
Leave a Reply